From b861cd975021e5686500a86fbf1994ded3748439 Mon Sep 17 00:00:00 2001 From: "@github-actions[bot]" Date: Wed, 7 Oct 2020 09:56:59 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.0.0](https://github.com/ula-aca/aries-cloudagent-interface-javascript/compare/v1.0.1...v2.0.0) (2020-10-07) ### ⚠ BREAKING CHANGES * **update-schema:** New ACA-Py version introduced breaking changes in API ### Miscellaneous Chores * **update-schema:** update aca-py schema to version 0.5.4 ([3dc622a](https://github.com/ula-aca/aries-cloudagent-interface-javascript/commit/3dc622ae716bb1fc7cda73dc7575ef49bcf0547f)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2ce07..b4f1c6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.0.0](https://github.com/ula-aca/aries-cloudagent-interface-javascript/compare/v1.0.1...v2.0.0) (2020-10-07) + + +### ⚠ BREAKING CHANGES + +* **update-schema:** New ACA-Py version introduced breaking changes in API + +### Miscellaneous Chores + +* **update-schema:** update aca-py schema to version 0.5.4 ([3dc622a](https://github.com/ula-aca/aries-cloudagent-interface-javascript/commit/3dc622ae716bb1fc7cda73dc7575ef49bcf0547f)) + ### [1.0.1](https://github.com/ula-aca/aries-cloudagent-interface-javascript/compare/v1.0.0...v1.0.1) (2020-01-13) ### Bug Fixes diff --git a/package.json b/package.json index b3f5df0..be9b0a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ula-aca/aries-cloudagent-interface", - "version": "1.0.1", + "version": "2.0.0", "description": "An Aries Cloudagent API Wrapper for JavaScript and NodeJS", "main": "./lib/src/index.js", "types": "./lib/src/index.d.ts",