From 2018eceaf628c2f907153feb0e4bbe244e9b7b09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:14:09 +0100 Subject: [PATCH] chore(master): release 14.1.0 (#404) 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 9d2bfa4..f93233b 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). +## [14.1.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v14.0.0...v14.1.0) (2023-12-09) + + +### Features + +* react-native support ([#403](https://github.com/ChainSafe/js-libp2p-noise/issues/403)) ([233144f](https://github.com/ChainSafe/js-libp2p-noise/commit/233144f61623d67ff7fede43526817b249320d03)) + + +### Bug Fixes + +* bump uint8arrays from 4.0.10 to 5.0.0 ([#401](https://github.com/ChainSafe/js-libp2p-noise/issues/401)) ([aa32c25](https://github.com/ChainSafe/js-libp2p-noise/commit/aa32c25a1d5e516ce1476d9a1987a014e9f2b896)) +* revert react-native changes in [#403](https://github.com/ChainSafe/js-libp2p-noise/issues/403) ([#405](https://github.com/ChainSafe/js-libp2p-noise/issues/405)) ([f5046cd](https://github.com/ChainSafe/js-libp2p-noise/commit/f5046cd1cc793a11d4b4c2964e654cc70e691a40)) + ## [14.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v13.0.5...v14.0.0) (2023-11-29) diff --git a/package.json b/package.json index a98acf3..8920509 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-noise", - "version": "14.0.0", + "version": "14.1.0", "author": "ChainSafe ", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ChainSafe/js-libp2p-noise#readme",