Skip to content

Commit

Permalink
chore(release): 10.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [10.0.0](v9.1.2...v10.0.0) (2024-09-12)

### ⚠ BREAKING CHANGES

* uses libp2p@2.x.x deps, operates on PrivateKey/PublicKeys instead of PeerIds

### Bug Fixes

* update to libp2p@2.x.x deps ([#322](#322)) ([316910c](316910c))
  • Loading branch information
semantic-release-bot committed Sep 12, 2024
1 parent 316910c commit 35a97a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [10.0.0](https://github.com/ipfs/js-ipns/compare/v9.1.2...v10.0.0) (2024-09-12)

### ⚠ BREAKING CHANGES

* uses libp2p@2.x.x deps, operates on PrivateKey/PublicKeys instead of PeerIds

### Bug Fixes

* update to libp2p@2.x.x deps ([#322](https://github.com/ipfs/js-ipns/issues/322)) ([316910c](https://github.com/ipfs/js-ipns/commit/316910cf83409bbcf7b681b82a3b3c4606908faf))

## [9.1.2](https://github.com/ipfs/js-ipns/compare/v9.1.1...v9.1.2) (2024-09-12)

### Bug Fixes
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": "ipns",
"version": "9.1.2",
"version": "10.0.0",
"description": "IPNS record definitions",
"author": "Vasco Santos <vasco.santos@moxy.studio>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 35a97a5

Please sign in to comment.