Skip to content

Commit

Permalink
chore(release): 16.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [16.0.1](v16.0.0...v16.0.1) (2025-01-21)

### Bug Fixes

* update as-sha256 ([#463](#463)) ([107fd3e](107fd3e))
  • Loading branch information
semantic-release-bot committed Jan 21, 2025
1 parent 107fd3e commit e0cce36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [16.0.1](https://github.com/ChainSafe/js-libp2p-noise/compare/v16.0.0...v16.0.1) (2025-01-21)

### Bug Fixes

* update as-sha256 ([#463](https://github.com/ChainSafe/js-libp2p-noise/issues/463)) ([107fd3e](https://github.com/ChainSafe/js-libp2p-noise/commit/107fd3ed74218647ac7666a3e71aaf8c1912c728))

## [16.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v15.1.2...v16.0.0) (2024-09-11)

### ⚠ BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/libp2p-noise",
"version": "16.0.0",
"version": "16.0.1",
"description": "Noise libp2p handshake for js-libp2p",
"author": "ChainSafe <[email protected]>",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -199,4 +199,4 @@
"browser": {
"./dist/src/crypto/index.js": "./dist/src/crypto/index.browser.js"
}
}
}

0 comments on commit e0cce36

Please sign in to comment.