Skip to content

Commit 35a97a5

Browse files
chore(release): 10.0.0 [skip ci]
## [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))
1 parent 316910c commit 35a97a5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [10.0.0](https://github.com/ipfs/js-ipns/compare/v9.1.2...v10.0.0) (2024-09-12)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* uses libp2p@2.x.x deps, operates on PrivateKey/PublicKeys instead of PeerIds
6+
7+
### Bug Fixes
8+
9+
* 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))
10+
111
## [9.1.2](https://github.com/ipfs/js-ipns/compare/v9.1.1...v9.1.2) (2024-09-12)
212

313
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipns",
3-
"version": "9.1.2",
3+
"version": "10.0.0",
44
"description": "IPNS record definitions",
55
"author": "Vasco Santos <vasco.santos@moxy.studio>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)