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

Commit c8d6e6b

Browse files
chore(release): 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2023-03-10) ### Trivial Changes * replace err-code with CodeError ([#71](#71)) ([a843ae4](a843ae4)), closes [js-libp2p#1269](libp2p/js-libp2p#1269) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([3982918](3982918)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([79984c0](79984c0)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([7ccccc7](7ccccc7)) ### Dependencies * **dev:** bump aegir from 37.12.1 to 38.1.7 ([#84](#84)) ([4cc5935](4cc5935))
1 parent 4cc5935 commit c8d6e6b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [3.0.1](https://github.com/libp2p/js-libp2p-record/compare/v3.0.0...v3.0.1) (2023-03-10)
2+
3+
4+
### Trivial Changes
5+
6+
* replace err-code with CodeError ([#71](https://github.com/libp2p/js-libp2p-record/issues/71)) ([a843ae4](https://github.com/libp2p/js-libp2p-record/commit/a843ae4fbdc8c262a55f4ed87f989770d3783c5a)), closes [js-libp2p#1269](https://github.com/libp2p/js-libp2p/issues/1269)
7+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([3982918](https://github.com/libp2p/js-libp2p-record/commit/3982918a51c25bf1f803702073eaf17cc5feee9b))
8+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([79984c0](https://github.com/libp2p/js-libp2p-record/commit/79984c0ce651cb0bff634b3b8df630cf807baa59))
9+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([7ccccc7](https://github.com/libp2p/js-libp2p-record/commit/7ccccc73fb1aad74cd4b696acd8dc912199afec3))
10+
11+
12+
### Dependencies
13+
14+
* **dev:** bump aegir from 37.12.1 to 38.1.7 ([#84](https://github.com/libp2p/js-libp2p-record/issues/84)) ([4cc5935](https://github.com/libp2p/js-libp2p-record/commit/4cc593576ccda281950f30aa6c8e769baa1aeee6))
15+
116
## [3.0.0](https://github.com/libp2p/js-libp2p-record/compare/v2.0.4...v3.0.0) (2023-01-06)
217

318

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/record",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "libp2p record implementation",
55
"author": "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)