Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Apr 13, 2022
1 parent dd308f0 commit 28a9df7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.0.0](https://github.com/ipfs/js-ipns/compare/v0.16.0...v1.0.0) (2022-04-13)


### ⚠ BREAKING CHANGES

* this module is now ESM-only

### Features

* convert to typescript ([#154](https://github.com/ipfs/js-ipns/issues/154)) ([dd308f0](https://github.com/ipfs/js-ipns/commit/dd308f010311bd07a375270cf0ac505883bb740f))

# [0.16.0](https://github.com/ipfs/js-ipns/compare/v0.15.1...v0.16.0) (2021-12-02)


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

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



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": "0.16.0",
"version": "1.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 28a9df7

Please sign in to comment.