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

Commit f996d49

Browse files
chore(release): 1.0.4 [skip ci]
## [@libp2p/peer-id-factory-v1.0.4](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/peer-id-factory-v1.0.3...@libp2p/peer-id-factory-v1.0.4) (2022-02-10) ### Bug Fixes * remove node event emitters ([#161](#161)) ([221fb6a](221fb6a))
1 parent a71e08c commit f996d49

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/libp2p-peer-id-factory/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [@libp2p/peer-id-factory-v1.0.4](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/peer-id-factory-v1.0.3...@libp2p/peer-id-factory-v1.0.4) (2022-02-10)
2+
3+
4+
### Bug Fixes
5+
6+
* remove node event emitters ([#161](https://github.com/libp2p/js-libp2p-interfaces/issues/161)) ([221fb6a](https://github.com/libp2p/js-libp2p-interfaces/commit/221fb6a024430dc56288d73d8b8ce1aa88427701))
7+
18
## [@libp2p/peer-id-factory-v1.0.3](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/peer-id-factory-v1.0.2...@libp2p/peer-id-factory-v1.0.3) (2022-01-15)
29

310

packages/libp2p-peer-id-factory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/peer-id-factory",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "IPFS Peer Id implementation in Node.js",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/libp2p-peer-id-factory#readme",

0 commit comments

Comments
 (0)