Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.0.3...v3.0.0) (2023-01-13)

### ⚠ BREAKING CHANGES

* instances of the CID class returned by this module are now from multiformats@11.x.x

Co-authored-by: achingbrain <alex@achingbrain.net>

### Dependencies

* update multiformats to version 11.x.x ([7053f35](7053f35))

### Documentation

* fix up typedoc command ([a8d6037](a8d6037))
* update publish step ([86777d6](86777d6))
  • Loading branch information
semantic-release-bot committed Jan 13, 2023
1 parent a8d6037 commit b8bdcc4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [3.0.0](https://github.com/ipfs/js-kubo-rpc-client/compare/v2.0.3...v3.0.0) (2023-01-13)


### ⚠ BREAKING CHANGES

* instances of the CID class returned by this module are now from multiformats@11.x.x

Co-authored-by: achingbrain <alex@achingbrain.net>

### Dependencies

* update multiformats to version 11.x.x ([7053f35](https://github.com/ipfs/js-kubo-rpc-client/commit/7053f351c31a3a80ba1b92d48738b098da7244de))


### Documentation

* fix up typedoc command ([a8d6037](https://github.com/ipfs/js-kubo-rpc-client/commit/a8d6037a1863aa6076c1ee2f0e3d7fab2e9e9656))
* update publish step ([86777d6](https://github.com/ipfs/js-kubo-rpc-client/commit/86777d61f5c308dd2708157aed59d7baa82b9c8e))

## [2.0.3](https://github.com/ipfs/js-kubo-rpc-client/compare/v2.0.2...v2.0.3) (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": "2.0.3",
"version": "3.0.0",
"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 b8bdcc4

Please sign in to comment.