Skip to content

Commit e4f76b0

Browse files
chore(release): 3.0.0 [skip ci]
## [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))
1 parent d522bcc commit e4f76b0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [3.0.0](https://github.com/ipfs/js-ipns/compare/v2.0.3...v3.0.0) (2022-09-20)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* IPNS V1 signatures are ignored, records without V2 signature are no longer marked as Valid.
7+
8+
### Bug Fixes
9+
10+
* require V2 signatures ([#180](https://github.com/ipfs/js-ipns/issues/180)) ([d522bcc](https://github.com/ipfs/js-ipns/commit/d522bccdacb645c887ca1ce566fe17eac1bcd1fd))
11+
112
## [2.0.3](https://github.com/ipfs/js-ipns/compare/v2.0.2...v2.0.3) (2022-08-14)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipns",
3-
"version": "2.0.3",
3+
"version": "3.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)