Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.0](v6.0.7...v7.0.0) (2023-09-15)

### ⚠ BREAKING CHANGES

* all /ipns/* keys are now encoded as base36 encoded CIDv1 libp2p-cid

### Features

* opt-in V2-only records, IPIP-428 verification ([#234](#234)) ([df71fed](df71fed)), closes [#217](#217)
  • Loading branch information
semantic-release-bot committed Sep 15, 2023
1 parent df71fed commit 6bca19a
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 @@
## [7.0.0](https://github.com/ipfs/js-ipns/compare/v6.0.7...v7.0.0) (2023-09-15)


### ⚠ BREAKING CHANGES

* all /ipns/* keys are now encoded as base36 encoded CIDv1 libp2p-cid

### Features

* opt-in V2-only records, IPIP-428 verification ([#234](https://github.com/ipfs/js-ipns/issues/234)) ([df71fed](https://github.com/ipfs/js-ipns/commit/df71fedd29f15c4f5a93d3d6aaa4dc895e98ddc9)), closes [#217](https://github.com/ipfs/js-ipns/issues/217)

## [6.0.7](https://github.com/ipfs/js-ipns/compare/v6.0.6...v6.0.7) (2023-09-14)


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": "6.0.7",
"version": "7.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 6bca19a

Please sign in to comment.