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

Commit 0ff5bb7

Browse files
committed
1 parent 2b0d14d commit 0ff5bb7

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/compliance-tests/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.6](https://github.com/libp2p/js-libp2p-interfaces/compare/libp2p-interfaces-compliance-tests@[email protected]) (2021-12-24)
7+
8+
**Note:** Version bump only for package libp2p-interfaces-compliance-tests
9+
10+
11+
12+
13+
614
## [2.0.5](https://github.com/libp2p/js-libp2p-interfaces/compare/libp2p-interfaces-compliance-tests@[email protected]) (2021-12-21)
715

816
**Note:** Version bump only for package libp2p-interfaces-compliance-tests

packages/compliance-tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libp2p-interfaces-compliance-tests",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "Compliance tests for JS Libp2p interfaces",
55
"files": [
66
"src",
@@ -44,7 +44,7 @@
4444
"it-pair": "^1.0.0",
4545
"it-pipe": "^1.1.0",
4646
"libp2p-crypto": "^0.21.0",
47-
"libp2p-interfaces": "^2.0.4",
47+
"libp2p-interfaces": "^2.0.5",
4848
"multiaddr": "^10.0.0",
4949
"multiformats": "^9.4.9",
5050
"p-defer": "^3.0.0",

packages/interfaces/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.5](https://github.com/libp2p/js-interfaces/compare/[email protected]@2.0.5) (2021-12-24)
7+
8+
9+
### Bug Fixes
10+
11+
* revert upgrader/crypto options ([#124](https://github.com/libp2p/js-interfaces/issues/124)) ([2b0d14d](https://github.com/libp2p/js-interfaces/commit/2b0d14de91ce36d1044171705f95de15b1bc20ac))
12+
13+
14+
15+
16+
617
## [2.0.4](https://github.com/libp2p/js-interfaces/compare/[email protected]@2.0.4) (2021-12-21)
718

819

packages/interfaces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libp2p-interfaces",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Interfaces for JS Libp2p",
55
"leadMaintainer": "Jacob Heun <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)