Skip to content

Commit b861cd9

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](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](3dc622a))
1 parent 3dc622a commit b861cd9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [2.0.0](https://github.com/ula-aca/aries-cloudagent-interface-javascript/compare/v1.0.1...v2.0.0) (2020-10-07)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* **update-schema:** New ACA-Py version introduced breaking changes in API
7+
8+
### Miscellaneous Chores
9+
10+
* **update-schema:** update aca-py schema to version 0.5.4 ([3dc622a](https://github.com/ula-aca/aries-cloudagent-interface-javascript/commit/3dc622ae716bb1fc7cda73dc7575ef49bcf0547f))
11+
112
### [1.0.1](https://github.com/ula-aca/aries-cloudagent-interface-javascript/compare/v1.0.0...v1.0.1) (2020-01-13)
213

314
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ula-aca/aries-cloudagent-interface",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "An Aries Cloudagent API Wrapper for JavaScript and NodeJS",
55
"main": "./lib/src/index.js",
66
"types": "./lib/src/index.d.ts",

0 commit comments

Comments
 (0)