Skip to content

Commit

Permalink
chore(release): 3.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.5](libp2p/js-libp2p-utils@v3.0.4...v3.0.5) (2023-03-17)

### Trivial Changes

* replace err-code with CodeError ([#70](libp2p/js-libp2p-utils#70)) ([beb252d](libp2p/js-libp2p-utils@beb252d)), closes [js-libp2p#1269](#1269)
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([acad1fe](libp2p/js-libp2p-utils@acad1fe))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([1b96837](libp2p/js-libp2p-utils@1b96837))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([10d6e7a](libp2p/js-libp2p-utils@10d6e7a))

### Dependencies

* bump @multiformats/multiaddr from 11.6.1 to 12.0.0 ([#83](libp2p/js-libp2p-utils#83)) ([3eeeeba](libp2p/js-libp2p-utils@3eeeeba))
* **dev:** bump aegir from 37.12.1 to 38.1.7 ([#80](libp2p/js-libp2p-utils#80)) ([2c262ba](libp2p/js-libp2p-utils@2c262ba))
  • Loading branch information
semantic-release-bot committed Mar 17, 2023
1 parent 3eeeeba commit ec1b7b9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
## [3.0.5](https://github.com/libp2p/js-libp2p-utils/compare/v3.0.4...v3.0.5) (2023-03-17)


### Trivial Changes

* replace err-code with CodeError ([#70](https://github.com/libp2p/js-libp2p-utils/issues/70)) ([beb252d](https://github.com/libp2p/js-libp2p-utils/commit/beb252d79f69d0f49d1fa4fd664a49e33ff80cd3)), closes [js-libp2p#1269](https://github.com/libp2p/js-libp2p/issues/1269)
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([acad1fe](https://github.com/libp2p/js-libp2p-utils/commit/acad1fe38a1cfef19f63de7283e721caec059d34))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([1b96837](https://github.com/libp2p/js-libp2p-utils/commit/1b96837cac6c9625ed243d0f62595582a57f7f04))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([10d6e7a](https://github.com/libp2p/js-libp2p-utils/commit/10d6e7a7731b746f199ffb2f186e28185cb512f5))


### Dependencies

* bump @multiformats/multiaddr from 11.6.1 to 12.0.0 ([#83](https://github.com/libp2p/js-libp2p-utils/issues/83)) ([3eeeeba](https://github.com/libp2p/js-libp2p-utils/commit/3eeeeba52b764b96463a1b6bcfcff394492eab2e))
* **dev:** bump aegir from 37.12.1 to 38.1.7 ([#80](https://github.com/libp2p/js-libp2p-utils/issues/80)) ([2c262ba](https://github.com/libp2p/js-libp2p-utils/commit/2c262ba37d3668bc4f957914c40c5167cd8faf4f))

## [3.0.4](https://github.com/libp2p/js-libp2p-utils/compare/v3.0.3...v3.0.4) (2022-12-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@libp2p/utils",
"version": "3.0.4",
"version": "3.0.5",
"description": "Package to aggregate shared logic and dependencies for the libp2p ecosystem",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-utils#readme",
Expand Down

0 comments on commit ec1b7b9

Please sign in to comment.