Skip to content

Commit 24d4eab

Browse files
authored
Merge pull request #84 from NodeFactoryIo/release-2.0.2
Release v2.0.2
2 parents 46c6458 + 4f7bdf3 commit 24d4eab

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
## [2.0.2]
9+
10+
#### Bugfixes
11+
- update dependencies
12+
813
## [2.0.1]
914

1015
#### Bugfixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libp2p-noise",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"main": "dist/src/index.js",
55
"types": "dist/src/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)