Skip to content

Commit 4338253

Browse files
chore(release): 12.0.0 [skip ci]
## [12.0.0](v11.0.0...v12.0.0) (2024-04-29) ### ⚠ BREAKING CHANGES * test different transports (#149) ### Features * test different transports ([#149](#149)) ([48bbf8b](48bbf8b)) ### Trivial Changes * add or force update .github/workflows/js-test-and-release.yml ([#147](#147)) ([d77fac4](d77fac4)) * Update .github/pull_request_template.md [skip ci] ([060a12e](060a12e)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([a14dbfc](a14dbfc)) * Update .github/workflows/stale.yml [skip ci] ([3848a61](3848a61))
1 parent 48bbf8b commit 4338253

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [12.0.0](https://github.com/libp2p/interop/compare/v11.0.0...v12.0.0) (2024-04-29)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* test different transports (#149)
7+
8+
### Features
9+
10+
* test different transports ([#149](https://github.com/libp2p/interop/issues/149)) ([48bbf8b](https://github.com/libp2p/interop/commit/48bbf8ba5462a849d6b5b2a1d209feada931283e))
11+
12+
13+
### Trivial Changes
14+
15+
* add or force update .github/workflows/js-test-and-release.yml ([#147](https://github.com/libp2p/interop/issues/147)) ([d77fac4](https://github.com/libp2p/interop/commit/d77fac4e746b6de36f65b553c264c9a8706e7c37))
16+
* Update .github/pull_request_template.md [skip ci] ([060a12e](https://github.com/libp2p/interop/commit/060a12e77428b442b657de827fd0247a63124211))
17+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([a14dbfc](https://github.com/libp2p/interop/commit/a14dbfc1830c1f22ed1a21d2a96818870647cc54))
18+
* Update .github/workflows/stale.yml [skip ci] ([3848a61](https://github.com/libp2p/interop/commit/3848a61a9c652a8bf848ad7e8c0fef070d4943da))
19+
120
## [11.0.0](https://github.com/libp2p/interop/compare/v10.0.3...v11.0.0) (2024-01-26)
221

322

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/interop",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "Interoperability Tests for libp2p",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/interop#readme",

0 commit comments

Comments
 (0)