Skip to content

Commit ac342fd

Browse files
github-actions[bot]TimoGlastra
authored andcommitted
chore: release @aries-framework/rest 0.2.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8362e30 commit ac342fd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/rest/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.2.0](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/rest-v0.1.2...rest-v0.2.0) (2021-10-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **rest:** The port property has been moved into a new configuration object.
9+
10+
### Features
11+
12+
* **rest:** added support for custom controllers ([#39](https://www.github.com/hyperledger/aries-framework-javascript-ext/issues/39)) ([8362e30](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/8362e30d8a4c9ef24779769f81b6e74f7f5978cc))
13+
314
### [0.1.2](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/rest-v0.1.1...rest-v0.1.2) (2021-09-17)
415

516

packages/rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@aries-framework/rest",
33
"main": "build/index",
44
"types": "build/index",
5-
"version": "0.1.2",
5+
"version": "0.2.0",
66
"files": [
77
"build"
88
],

0 commit comments

Comments
 (0)