From ac342fd74b405bc325e815cec3944961791ac520 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 13:15:40 +0000 Subject: [PATCH] chore: release @aries-framework/rest 0.2.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/rest/CHANGELOG.md | 11 +++++++++++ packages/rest/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index 75cb3bc9..4fc225b9 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.0](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/rest-v0.1.2...rest-v0.2.0) (2021-10-05) + + +### ⚠ BREAKING CHANGES + +* **rest:** The port property has been moved into a new configuration object. + +### Features + +* **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)) + ### [0.1.2](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/rest-v0.1.1...rest-v0.1.2) (2021-09-17) diff --git a/packages/rest/package.json b/packages/rest/package.json index da66cf2a..cb2ad54b 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -2,7 +2,7 @@ "name": "@aries-framework/rest", "main": "build/index", "types": "build/index", - "version": "0.1.2", + "version": "0.2.0", "files": [ "build" ],