Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
github-actions[bot] committed Oct 7, 2020
1 parent 3dc622a commit b861cd9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b861cd9

Please sign in to comment.