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.0...v2.0.0) (2023-03-22)

### ⚠ BREAKING CHANGES

* replace err-code with CodeError (#13)

### Bug Fixes

* replace err-code with CodeError ([#13](#13)) ([957f2f6](957f2f6))

### Trivial Changes

* Update .github/workflows/semantic-pull-request.yml [skip ci] ([f6e2f94](f6e2f94))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([7ce9f67](7ce9f67))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([c9a7099](c9a7099))
* Update .github/workflows/stale.yml [skip ci] ([df4e752](df4e752))
  • Loading branch information
semantic-release-bot committed Mar 22, 2023
1 parent 957f2f6 commit 496a5dc
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
@@ -1,3 +1,22 @@
## [2.0.0](https://github.com/libp2p/js-libp2p-cms/compare/v1.0.0...v2.0.0) (2023-03-22)


### ⚠ BREAKING CHANGES

* replace err-code with CodeError (#13)

### Bug Fixes

* replace err-code with CodeError ([#13](https://github.com/libp2p/js-libp2p-cms/issues/13)) ([957f2f6](https://github.com/libp2p/js-libp2p-cms/commit/957f2f6f00bee2a5697dc6f708bd0a0c37efcbfb))


### Trivial Changes

* Update .github/workflows/semantic-pull-request.yml [skip ci] ([f6e2f94](https://github.com/libp2p/js-libp2p-cms/commit/f6e2f9440128723ef50c5eeb68a5a3e79ccbba30))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([7ce9f67](https://github.com/libp2p/js-libp2p-cms/commit/7ce9f67ad1d967c2aad6866327b0395b5d03802c))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([c9a7099](https://github.com/libp2p/js-libp2p-cms/commit/c9a70995e53ce3f24477e291f9b147211aaac9b0))
* Update .github/workflows/stale.yml [skip ci] ([df4e752](https://github.com/libp2p/js-libp2p-cms/commit/df4e7523810b202bc96445a041ac41a417c7214e))

## 1.0.0 (2023-01-27)


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": "@libp2p/cms",
"version": "1.0.0",
"version": "2.0.0",
"description": "Cryptographically protected messages using the libp2p keychain",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-cms#readme",
Expand Down

0 comments on commit 496a5dc

Please sign in to comment.