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

Commit 120f9fb

Browse files
committed
chore: publish
- libp2p-interfaces-compliance-tests@1.0.1 - libp2p-interfaces@1.0.1
1 parent 3699c17 commit 120f9fb

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

packages/compliance-tests/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [1.0.1](https://github.com/libp2p/js-libp2p-interfaces/compare/libp2p-interfaces-compliance-tests@1.0.0...libp2p-interfaces-compliance-tests@1.0.1) (2021-07-08)
7+
8+
9+
### Bug Fixes
10+
11+
* make tests more reliable ([#103](https://github.com/libp2p/js-libp2p-interfaces/issues/103)) ([cd4c409](https://github.com/libp2p/js-libp2p-interfaces/commit/cd4c40908efe2e9ffc14aa61aace5176a43fd70a))
12+
* remove timeouts ([#104](https://github.com/libp2p/js-libp2p-interfaces/issues/104)) ([3699c17](https://github.com/libp2p/js-libp2p-interfaces/commit/3699c17f022da40a87ab24adc3b2081df7a0ddcd))
13+
14+
15+
16+
17+
618
# 1.0.0 (2021-07-07)
719

820

packages/compliance-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libp2p-interfaces-compliance-tests",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Compliance tests for JS Libp2p interfaces",
55
"files": [
66
"src",
@@ -43,7 +43,7 @@
4343
"it-goodbye": "^3.0.0",
4444
"it-pair": "^1.0.0",
4545
"it-pipe": "^1.1.0",
46-
"libp2p-interfaces": "^1.0.0",
46+
"libp2p-interfaces": "^1.0.1",
4747
"multiaddr": "^10.0.0",
4848
"p-defer": "^3.0.0",
4949
"p-limit": "^3.1.0",

packages/interfaces/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [1.0.1](https://github.com/libp2p/js-interfaces/compare/libp2p-interfaces@1.0.0...libp2p-interfaces@1.0.1) (2021-07-08)
7+
8+
9+
### Bug Fixes
10+
11+
* make tests more reliable ([#103](https://github.com/libp2p/js-interfaces/issues/103)) ([cd4c409](https://github.com/libp2p/js-interfaces/commit/cd4c40908efe2e9ffc14aa61aace5176a43fd70a))
12+
* remove timeouts ([#104](https://github.com/libp2p/js-interfaces/issues/104)) ([3699c17](https://github.com/libp2p/js-interfaces/commit/3699c17f022da40a87ab24adc3b2081df7a0ddcd))
13+
14+
15+
16+
17+
618
# 1.0.0 (2021-07-07)
719

820

packages/interfaces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libp2p-interfaces",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Interfaces for JS Libp2p",
55
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)