Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

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.2...v2.0.0) (2023-08-05)

### ⚠ BREAKING CHANGES

* requires libp2p@0.46.x

### Dependencies

* update deps to libp2p@0.46.x ([#23](#23)) ([4b51ef9](4b51ef9))
  • Loading branch information
semantic-release-bot committed Aug 5, 2023
1 parent 4b51ef9 commit 24200ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.0.0](https://github.com/libp2p/js-ipni-content-routing/compare/v1.0.2...v2.0.0) (2023-08-05)


### ⚠ BREAKING CHANGES

* requires libp2p@0.46.x

### Dependencies

* update deps to libp2p@0.46.x ([#23](https://github.com/libp2p/js-ipni-content-routing/issues/23)) ([4b51ef9](https://github.com/libp2p/js-ipni-content-routing/commit/4b51ef93670492abbc160123823413077c3eb1a3))

## [1.0.2](https://github.com/libp2p/js-ipni-content-routing/compare/v1.0.1...v1.0.2) (2023-08-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/ipni-content-routing",
"version": "1.0.2",
"version": "2.0.0",
"description": "Use an IPNI service to discover content providers",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-ipni-content-routing#readme",
Expand Down

0 comments on commit 24200ba

Please sign in to comment.