Skip to content

Commit ea9f556

Browse files
chore(master): release 13.0.5 (#393)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb62e97 commit ea9f556

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## [13.0.5](https://github.com/ChainSafe/js-libp2p-noise/compare/v13.0.4...v13.0.5) (2023-11-27)
9+
10+
11+
### Bug Fixes
12+
13+
* missing import extension ([#388](https://github.com/ChainSafe/js-libp2p-noise/issues/388)) ([e4013e4](https://github.com/ChainSafe/js-libp2p-noise/commit/e4013e47ec54dbdabbc2711037bb71fa19cc665d))
14+
815
## [13.0.4](https://github.com/ChainSafe/js-libp2p-noise/compare/v13.0.3...v13.0.4) (2023-11-24)
916

1017

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-noise",
3-
"version": "13.0.4",
3+
"version": "13.0.5",
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)