Skip to content

Commit 28a9df7

Browse files
committedApr 13, 2022
chore(release): 1.0.0 [skip ci]
## [1.0.0](v0.16.0...v1.0.0) (2022-04-13) ### ⚠ BREAKING CHANGES * this module is now ESM-only ### Features * convert to typescript ([#154](#154)) ([dd308f0](dd308f0))
1 parent dd308f0 commit 28a9df7

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed
 

‎CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.0.0](https://github.com/ipfs/js-ipns/compare/v0.16.0...v1.0.0) (2022-04-13)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* this module is now ESM-only
7+
8+
### Features
9+
10+
* convert to typescript ([#154](https://github.com/ipfs/js-ipns/issues/154)) ([dd308f0](https://github.com/ipfs/js-ipns/commit/dd308f010311bd07a375270cf0ac505883bb740f))
11+
112
# [0.16.0](https://github.com/ipfs/js-ipns/compare/v0.15.1...v0.16.0) (2021-12-02)
213

314

@@ -443,6 +454,3 @@ expiration param changed from time of the record (in nanoseconds) to datetime fo
443454
### Features
444455

445456
* initial implementation ([b8eb65f](https://github.com/ipfs/js-ipns/commit/b8eb65f))
446-
447-
448-

‎package.json

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