From 104c27b2765965be9574ce58044e401c5aa8055b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 18:37:44 +0000 Subject: [PATCH] chore(master): release 14.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d2bfa4..158a20f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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-08) + + +### Features + +* react-native support ([#403](https://github.com/ChainSafe/js-libp2p-noise/issues/403)) ([233144f](https://github.com/ChainSafe/js-libp2p-noise/commit/233144f61623d67ff7fede43526817b249320d03)) + ## [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 d4d24db..8b1e32c 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",