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

Commit ec1b7b9

Browse files
chore(release): 3.0.5 [skip ci]
## [3.0.5](v3.0.4...v3.0.5) (2023-03-17) ### Trivial Changes * replace err-code with CodeError ([#70](#70)) ([beb252d](beb252d)), closes [js-libp2p#1269](libp2p/js-libp2p#1269) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([acad1fe](acad1fe)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([1b96837](1b96837)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([10d6e7a](10d6e7a)) ### Dependencies * bump @multiformats/multiaddr from 11.6.1 to 12.0.0 ([#83](#83)) ([3eeeeba](3eeeeba)) * **dev:** bump aegir from 37.12.1 to 38.1.7 ([#80](#80)) ([2c262ba](2c262ba))
1 parent 3eeeeba commit ec1b7b9

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [3.0.5](https://github.com/libp2p/js-libp2p-utils/compare/v3.0.4...v3.0.5) (2023-03-17)
2+
3+
4+
### Trivial Changes
5+
6+
* 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)
7+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([acad1fe](https://github.com/libp2p/js-libp2p-utils/commit/acad1fe38a1cfef19f63de7283e721caec059d34))
8+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([1b96837](https://github.com/libp2p/js-libp2p-utils/commit/1b96837cac6c9625ed243d0f62595582a57f7f04))
9+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([10d6e7a](https://github.com/libp2p/js-libp2p-utils/commit/10d6e7a7731b746f199ffb2f186e28185cb512f5))
10+
11+
12+
### Dependencies
13+
14+
* 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))
15+
* **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))
16+
117
## [3.0.4](https://github.com/libp2p/js-libp2p-utils/compare/v3.0.3...v3.0.4) (2022-12-16)
218

319

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/utils",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Package to aggregate shared logic and dependencies for the libp2p ecosystem",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-utils#readme",

0 commit comments

Comments
 (0)