Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2023-02-13)

### Bug Fixes

* **key/gen:** use correct key type casing ([#145](#145)) ([8b24a94](8b24a94))

### Documentation

* fix global variable for CDN version [ci skip] ([2b129c7](2b129c7))
  • Loading branch information
semantic-release-bot committed Feb 13, 2023
1 parent 8b24a94 commit 58e4cd4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [3.0.1](https://github.com/ipfs/js-kubo-rpc-client/compare/v3.0.0...v3.0.1) (2023-02-13)


### Bug Fixes

* **key/gen:** use correct key type casing ([#145](https://github.com/ipfs/js-kubo-rpc-client/issues/145)) ([8b24a94](https://github.com/ipfs/js-kubo-rpc-client/commit/8b24a94a1683922778e0fe212ac49d2a5cc62c7e))


### Documentation

* fix global variable for CDN version [ci skip] ([2b129c7](https://github.com/ipfs/js-kubo-rpc-client/commit/2b129c79e99e31573ed9ad794ffddfbd29144ec2))

## [3.0.0](https://github.com/ipfs/js-kubo-rpc-client/compare/v2.0.3...v3.0.0) (2023-01-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kubo-rpc-client",
"version": "3.0.0",
"version": "3.0.1",
"description": "A client library for the Kubo RPC API",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-kubo-rpc-client#readme",
Expand Down

0 comments on commit 58e4cd4

Please sign in to comment.