diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..e07d39f3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +## [2.0.0-release-test.1](https://github.com/cheqd/did-provider-cheqd/compare/v1.0.0...2.0.0-release-test.1) (2022-05-31) + + +### ⚠ BREAKING CHANGES + +* Create a new major version + +### Features + +* Create a new major version ([be29998](https://github.com/cheqd/did-provider-cheqd/commit/be299985e3c97088d245f3a960dfc7af0c57f9eb)) + + +### Bug Fixes + +* Another fix ([5ee718d](https://github.com/cheqd/did-provider-cheqd/commit/5ee718dfa5a2b8b2d135d9507a23680a13bacc39)) +* Chnage README and another improvements ([4b4c401](https://github.com/cheqd/did-provider-cheqd/commit/4b4c401ccf8465daf90f40547b9dbe5e5ae6302c)) +* Fix release triggering ([2d19bbd](https://github.com/cheqd/did-provider-cheqd/commit/2d19bbdf0931bdbfa75217a7a0c464a7e12d6235)) +* upgrade @types/jest from 27.4.1 to 27.5.0 ([8773d86](https://github.com/cheqd/did-provider-cheqd/commit/8773d869464018eb3edf248235e3feb16035bda0)) +* upgrade typescript from 4.6.3 to 4.6.4 ([e61db06](https://github.com/cheqd/did-provider-cheqd/commit/e61db0621c379b917112d4e0a85cb83c9adc6386)) diff --git a/package.json b/package.json index 945bb35c..0b04c910 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/did-provider-cheqd", - "version": "1.0.0", + "version": "2.0.0-release-test.1", "licence": "Apache-2.0", "source": "src/index.ts", "main": "build/index.js",