Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 9b4f36d

Browse files
chore(release): 1.0.2 [skip ci]
### [1.0.2](v1.0.1...v1.0.2) (2022-01-08) ### Trivial Changes * add dependabot ([#154](#154)) ([02974b3](02974b3))
1 parent 02974b3 commit 9b4f36d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [1.0.2](https://github.com/libp2p/js-libp2p-tcp/compare/v1.0.1...v1.0.2) (2022-01-08)
2+
3+
4+
### Trivial Changes
5+
6+
* add dependabot ([#154](https://github.com/libp2p/js-libp2p-tcp/issues/154)) ([02974b3](https://github.com/libp2p/js-libp2p-tcp/commit/02974b3e41a1618a9ffb8e4a03edecc1c7fcd1f5))
7+
18
### [1.0.1](https://github.com/libp2p/js-libp2p-tcp/compare/v1.0.0...v1.0.1) (2022-01-08)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/tcp",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
55
"main": "./dist/src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)