Skip to content

Commit 2018ece

Browse files
chore(master): release 14.1.0 (#404)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aa32c25 commit 2018ece

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [14.1.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v14.0.0...v14.1.0) (2023-12-09)
9+
10+
11+
### Features
12+
13+
* react-native support ([#403](https://github.com/ChainSafe/js-libp2p-noise/issues/403)) ([233144f](https://github.com/ChainSafe/js-libp2p-noise/commit/233144f61623d67ff7fede43526817b249320d03))
14+
15+
16+
### Bug Fixes
17+
18+
* 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))
19+
* 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))
20+
821
## [14.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v13.0.5...v14.0.0) (2023-11-29)
922

1023

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-noise",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"author": "ChainSafe <[email protected]>",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ChainSafe/js-libp2p-noise#readme",

0 commit comments

Comments
 (0)