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

Commit 81e4063

Browse files
chore(release): 9.0.0 [skip ci]
## [9.0.0](v8.0.11...v9.0.0) (2022-09-17) ### ⚠ BREAKING CHANGES * uses ESM release of ipfs/libp2p ### Features * upgrade to esm libp2p/ipfs ([#462](#462)) ([b006606](b006606)) ### Bug Fixes * remove randomness from get directory tests ([#497](#497)) ([56f3370](56f3370))
1 parent 56f3370 commit 81e4063

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [9.0.0](https://github.com/ipfs/interop/compare/v8.0.11...v9.0.0) (2022-09-17)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* uses ESM release of ipfs/libp2p
7+
8+
### Features
9+
10+
* upgrade to esm libp2p/ipfs ([#462](https://github.com/ipfs/interop/issues/462)) ([b006606](https://github.com/ipfs/interop/commit/b006606a6d26673991dce94a558da40922e7b34c))
11+
12+
13+
### Bug Fixes
14+
15+
* remove randomness from get directory tests ([#497](https://github.com/ipfs/interop/issues/497)) ([56f3370](https://github.com/ipfs/interop/commit/56f33706331fb95e98622d33143a17fec499e0b6))
16+
117
### [8.0.11](https://github.com/ipfs/interop/compare/v8.0.10...v8.0.11) (2022-09-07)
218

319

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-interop",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"description": "Interoperability Tests for IPFS",
55
"author": "David Dias <daviddias@ipfs.io>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)