diff --git a/CHANGELOG.md b/CHANGELOG.md index 98506a627..4fabba8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [2.0.0](https://github.com/ipfs/js-kubo-rpc-client/compare/v1.0.3...v2.0.0) (2022-12-15) + + +### ⚠ BREAKING CHANGES + +* Re-enable interface tests and get them succeeding (#83) + +### Features + +* Re-enable interface tests and get them succeeding ([#83](https://github.com/ipfs/js-kubo-rpc-client/issues/83)) ([2819080](https://github.com/ipfs/js-kubo-rpc-client/commit/28190805dee25c70c1122cde41397d97deeba70d)), closes [/github.com/ipfs/js-ipfs/blob/6ae5eb7/packages/ipfs/package.json#L93](https://github.com/ipfs//github.com/ipfs/js-ipfs/blob/6ae5eb7/packages/ipfs/package.json/issues/L93) [/github.com/ipfs/js-kubo-rpc-client/pull/83#issuecomment-1347820355](https://github.com/ipfs//github.com/ipfs/js-kubo-rpc-client/pull/83/issues/issuecomment-1347820355) + + +### Trivial Changes + +* move interface tests back to original name ([56c5c28](https://github.com/ipfs/js-kubo-rpc-client/commit/56c5c285b69b2448f021e3ef6680a1924960e5c7)) + ## [1.0.3](https://github.com/ipfs/js-kubo-rpc-client/compare/v1.0.2...v1.0.3) (2022-11-23) diff --git a/package-lock.json b/package-lock.json index 6b64d0a6c..1a0b258ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kubo-rpc-client", - "version": "1.0.3", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kubo-rpc-client", - "version": "1.0.3", + "version": "2.0.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@ipld/dag-cbor": "^8.0.0", diff --git a/package.json b/package.json index a91e4af94..2f962c311 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kubo-rpc-client", - "version": "1.0.3", + "version": "2.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",