Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.0](v7.0.2...v8.0.0) (2023-12-30)

### ⚠ BREAKING CHANGES

* requires libp2p v1 or later

### Trivial Changes

* rename master to main ([4f520b1](4f520b1))

### Dependencies

* update libp2p deps to v1 ([#299](#299)) ([5ae5b93](5ae5b93))
  • Loading branch information
semantic-release-bot committed Dec 30, 2023
1 parent 5ae5b93 commit c19ee5b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [8.0.0](https://github.com/ipfs/js-ipns/compare/v7.0.2...v8.0.0) (2023-12-30)


### ⚠ BREAKING CHANGES

* requires libp2p v1 or later

### Trivial Changes

* rename master to main ([4f520b1](https://github.com/ipfs/js-ipns/commit/4f520b1946eacbed5ddb3dc567d2ba5423034ca0))


### Dependencies

* update libp2p deps to v1 ([#299](https://github.com/ipfs/js-ipns/issues/299)) ([5ae5b93](https://github.com/ipfs/js-ipns/commit/5ae5b934c391d652462765c102b6d01997a4d090))

## [7.0.2](https://github.com/ipfs/js-ipns/compare/v7.0.1...v7.0.2) (2023-12-30)


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": "7.0.2",
"version": "8.0.0",
"description": "IPNS record definitions",
"author": "Vasco Santos <[email protected]>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit c19ee5b

Please sign in to comment.