We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e683a commit b4af206Copy full SHA for b4af206
packages/rest/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [0.1.1](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/rest-v0.1.0...rest-v0.1.1) (2021-09-16)
4
+
5
6
+### Bug Fixes
7
8
+* **rest:** require package.json to avoid error ([43e683a](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/43e683a11f4eed1d848f612c6e32e82d62141769))
9
10
## 0.1.0 (2021-09-16)
11
12
packages/rest/package.json
@@ -2,7 +2,7 @@
"name": "@aries-framework/rest",
"main": "build/index",
"types": "build/index",
- "version": "0.1.0",
+ "version": "0.1.1",
"files": [
"build"
],
0 commit comments