Skip to content

Commit

Permalink
chore(master): release 12.0.0 (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 8, 2023
1 parent b269527 commit ea9085f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [12.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v11.0.4...v12.0.0) (2023-05-08)


### ⚠ BREAKING CHANGES

* stablelib crypto backend renamed to pureJsCrypto
* the type of the source/sink properties have changed

### Bug Fixes

* update hashing libs to noble, `stablelib` crypto backend renamed to `pureJsCrypto` ([3732fda](https://github.com/ChainSafe/js-libp2p-noise/commit/3732fda3b5330dc5454185d2cfe669f9f70e93e2))
* update stream types ([#316](https://github.com/ChainSafe/js-libp2p-noise/issues/316)) ([8426920](https://github.com/ChainSafe/js-libp2p-noise/commit/842692007f1b042d828d2dea9a64c4bdf1a31e10))

## [11.0.4](https://github.com/ChainSafe/js-libp2p-noise/compare/v11.0.3...v11.0.4) (2023-03-28)


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": "@chainsafe/libp2p-noise",
"version": "11.0.4",
"version": "12.0.0",
"author": "ChainSafe <info@chainsafe.io>",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ChainSafe/js-libp2p-noise#readme",
Expand Down

0 comments on commit ea9085f

Please sign in to comment.