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.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](#83)) ([2819080](2819080)), 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//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](56c5c28))
  • Loading branch information
semantic-release-bot committed Dec 15, 2022
1 parent 823b4ca commit 1576763
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "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",
Expand Down

0 comments on commit 1576763

Please sign in to comment.