Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit f063bf9

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2023-03-13) ### Bug Fixes * replace err-code with CodeError ([#57](#57)) ([cc752d9](cc752d9)) ### Trivial Changes * Update .github/workflows/semantic-pull-request.yml [skip ci] ([f3985cc](f3985cc)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([d8b81ff](d8b81ff)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([a0a6972](a0a6972)) * Update .github/workflows/stale.yml [skip ci] ([b2cf129](b2cf129))
1 parent cc752d9 commit f063bf9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [1.0.1](https://github.com/libp2p/js-libp2p-keychain/compare/v1.0.0...v1.0.1) (2023-03-13)
2+
3+
4+
### Bug Fixes
5+
6+
* replace err-code with CodeError ([#57](https://github.com/libp2p/js-libp2p-keychain/issues/57)) ([cc752d9](https://github.com/libp2p/js-libp2p-keychain/commit/cc752d9349a622f013cb3b713d09a663b1169766))
7+
8+
9+
### Trivial Changes
10+
11+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([f3985cc](https://github.com/libp2p/js-libp2p-keychain/commit/f3985cc47ae966a33537af3f58c071f6c58184c9))
12+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([d8b81ff](https://github.com/libp2p/js-libp2p-keychain/commit/d8b81ff5e03ca56541ae2117a928dedf180e85ac))
13+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([a0a6972](https://github.com/libp2p/js-libp2p-keychain/commit/a0a6972d7af40488344e619e116f4d665190db6e))
14+
* Update .github/workflows/stale.yml [skip ci] ([b2cf129](https://github.com/libp2p/js-libp2p-keychain/commit/b2cf129fb1a3e0263a03d5a8a0e1ee74cd543004))
15+
116
## [1.0.0](https://github.com/libp2p/js-libp2p-keychain/compare/v0.6.1...v1.0.0) (2023-01-27)
217

318

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/keychain",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Key management and cryptographically protected messages",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-keychain#readme",

0 commit comments

Comments
 (0)