From 813963225476ac808882464435c26eedac4d029e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:24:22 +0000 Subject: [PATCH] chore(master): release 13.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f32eafd..801bcea 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). +## [13.0.2](https://github.com/ChainSafe/js-libp2p-noise/compare/v13.0.1...v13.0.2) (2023-10-23) + + +### Bug Fixes + +* bump @noble/ciphers from 0.3.0 to 0.4.0 ([#370](https://github.com/ChainSafe/js-libp2p-noise/issues/370)) ([4b86c41](https://github.com/ChainSafe/js-libp2p-noise/commit/4b86c41804da692039c88dc89ca547ccfe1976b6)) + ## [13.0.1](https://github.com/ChainSafe/js-libp2p-noise/compare/v13.0.0...v13.0.1) (2023-09-04) diff --git a/package.json b/package.json index 589fcd7..bf56f3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-noise", - "version": "13.0.1", + "version": "13.0.2", "author": "ChainSafe ", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ChainSafe/js-libp2p-noise#readme",