Skip to content

Commit

Permalink
chore(release): 2.0.0-release-test.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0-release-test.1](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](be29998))

### Bug Fixes

* Another fix ([5ee718d](5ee718d))
* Chnage README and another improvements ([4b4c401](4b4c401))
* Fix release triggering ([2d19bbd](2d19bbd))
* upgrade @types/jest from 27.4.1 to 27.5.0 ([8773d86](8773d86))
* upgrade typescript from 4.6.3 to 4.6.4 ([e61db06](e61db06))
  • Loading branch information
semantic-release-bot committed May 31, 2022
1 parent b5093d5 commit d824db1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d824db1

Please sign in to comment.