From ea9085f5b138202574abb79e57ed1777a1bdb5c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 10:33:57 +0200 Subject: [PATCH] chore(master): release 12.0.0 (#327) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a56d8..efcfbd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 82dfaf8..4dad0ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-noise", - "version": "11.0.4", + "version": "12.0.0", "author": "ChainSafe ", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ChainSafe/js-libp2p-noise#readme",