Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.0.3...v3.0.0) (2022-09-20)

### ⚠ BREAKING CHANGES

* IPNS V1 signatures are ignored, records without V2 signature are no longer marked as Valid.

### Bug Fixes

* require V2 signatures ([#180](#180)) ([d522bcc](d522bcc))
  • Loading branch information
semantic-release-bot committed Sep 20, 2022
1 parent d522bcc commit e4f76b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## [3.0.0](https://github.com/ipfs/js-ipns/compare/v2.0.3...v3.0.0) (2022-09-20)


### ⚠ BREAKING CHANGES

* IPNS V1 signatures are ignored, records without V2 signature are no longer marked as Valid.

### Bug Fixes

* require V2 signatures ([#180](https://github.com/ipfs/js-ipns/issues/180)) ([d522bcc](https://github.com/ipfs/js-ipns/commit/d522bccdacb645c887ca1ce566fe17eac1bcd1fd))

## [2.0.3](https://github.com/ipfs/js-ipns/compare/v2.0.2...v2.0.3) (2022-08-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ipns",
"version": "2.0.3",
"version": "3.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 e4f76b0

Please sign in to comment.