From 610c5da647a241c6d20cf4620ba825555fe34c2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 09:30:14 +0200 Subject: [PATCH] chore: release @aries-framework/rest 0.9.0 (#159) 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 970338e4..0f5d2b9d 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.9.0](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/rest-v0.8.1...rest-v0.9.0) (2022-09-02) + + +### ⚠ BREAKING CHANGES + +* **rest:** update to AFJ 0.2.0 (#148) + +### Features + +* **rest:** update to AFJ 0.2.0 ([#148](https://www.github.com/hyperledger/aries-framework-javascript-ext/issues/148)) ([8ec4dc4](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/8ec4dc4548305d5cc8180b657f5865002eb3ee4a)) + ### [0.8.1](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/rest-v0.8.0...rest-v0.8.1) (2022-06-28) diff --git a/packages/rest/package.json b/packages/rest/package.json index ffdb528f..f1c41ff2 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.8.1", + "version": "0.9.0", "files": [ "build" ],