Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](libp2p/js-libp2p-record@v3.0.0...v3.0.1) (2023-03-10)

### Trivial Changes

* replace err-code with CodeError ([#71](libp2p/js-libp2p-record#71)) ([a843ae4](libp2p/js-libp2p-record@a843ae4)), closes [js-libp2p#1269](#1269)
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([3982918](libp2p/js-libp2p-record@3982918))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([79984c0](libp2p/js-libp2p-record@79984c0))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([7ccccc7](libp2p/js-libp2p-record@7ccccc7))

### Dependencies

* **dev:** bump aegir from 37.12.1 to 38.1.7 ([#84](libp2p/js-libp2p-record#84)) ([4cc5935](libp2p/js-libp2p-record@4cc5935))
  • Loading branch information
semantic-release-bot committed Mar 10, 2023
1 parent 4cc5935 commit c8d6e6b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [3.0.1](https://github.com/libp2p/js-libp2p-record/compare/v3.0.0...v3.0.1) (2023-03-10)


### Trivial Changes

* 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)
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([3982918](https://github.com/libp2p/js-libp2p-record/commit/3982918a51c25bf1f803702073eaf17cc5feee9b))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([79984c0](https://github.com/libp2p/js-libp2p-record/commit/79984c0ce651cb0bff634b3b8df630cf807baa59))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([7ccccc7](https://github.com/libp2p/js-libp2p-record/commit/7ccccc73fb1aad74cd4b696acd8dc912199afec3))


### Dependencies

* **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))

## [3.0.0](https://github.com/libp2p/js-libp2p-record/compare/v2.0.4...v3.0.0) (2023-01-06)


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/record",
"version": "3.0.0",
"version": "3.0.1",
"description": "libp2p record implementation",
"author": "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit c8d6e6b

Please sign in to comment.