Skip to content

Commit

Permalink
chore(release): 12.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Apr 29, 2024
1 parent 48bbf8b commit 4338253
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [12.0.0](https://github.com/libp2p/interop/compare/v11.0.0...v12.0.0) (2024-04-29)


### ⚠ BREAKING CHANGES

* test different transports (#149)

### Features

* test different transports ([#149](https://github.com/libp2p/interop/issues/149)) ([48bbf8b](https://github.com/libp2p/interop/commit/48bbf8ba5462a849d6b5b2a1d209feada931283e))


### Trivial Changes

* 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))
* Update .github/pull_request_template.md [skip ci] ([060a12e](https://github.com/libp2p/interop/commit/060a12e77428b442b657de827fd0247a63124211))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([a14dbfc](https://github.com/libp2p/interop/commit/a14dbfc1830c1f22ed1a21d2a96818870647cc54))
* Update .github/workflows/stale.yml [skip ci] ([3848a61](https://github.com/libp2p/interop/commit/3848a61a9c652a8bf848ad7e8c0fef070d4943da))

## [11.0.0](https://github.com/libp2p/interop/compare/v10.0.3...v11.0.0) (2024-01-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/interop",
"version": "11.0.0",
"version": "12.0.0",
"description": "Interoperability Tests for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/interop#readme",
Expand Down

0 comments on commit 4338253

Please sign in to comment.