From dadcd1cc0cd208329dbe98de453ae3bf8a42a8e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:15:33 -0400 Subject: [PATCH] chore(master): release 15.1.1 (#438) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d89256d..45568b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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). +## [15.1.1](https://github.com/ChainSafe/js-libp2p-noise/compare/v15.1.0...v15.1.1) (2024-08-13) + + +### Bug Fixes + +* bump @noble/ciphers from 0.5.3 to 0.6.0 ([#437](https://github.com/ChainSafe/js-libp2p-noise/issues/437)) ([0a349b6](https://github.com/ChainSafe/js-libp2p-noise/commit/0a349b63dd0ecc7b2167ef36ae43d4650cd72716)) +* make local peer id optional ([#440](https://github.com/ChainSafe/js-libp2p-noise/issues/440)) ([5f92b50](https://github.com/ChainSafe/js-libp2p-noise/commit/5f92b50e88fbe8406236c479d3e710ab4d1c4421)) + ## [15.1.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v15.0.0...v15.1.0) (2024-06-24) diff --git a/package.json b/package.json index f8341df..91c56dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-noise", - "version": "15.1.0", + "version": "15.1.1", "author": "ChainSafe ", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ChainSafe/js-libp2p-noise#readme",