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

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.0.4...v3.0.0) (2023-01-06)

### ⚠ BREAKING CHANGES

* update multiformats to 11.x.x (#70)

### Bug Fixes

* update multiformats to 11.x.x ([#70](#70)) ([594fc41](594fc41))
  • Loading branch information
semantic-release-bot committed Jan 6, 2023
1 parent 594fc41 commit 15d13c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [3.0.0](https://github.com/libp2p/js-libp2p-record/compare/v2.0.4...v3.0.0) (2023-01-06)


### ⚠ BREAKING CHANGES

* update multiformats to 11.x.x (#70)

### Bug Fixes

* update multiformats to 11.x.x ([#70](https://github.com/libp2p/js-libp2p-record/issues/70)) ([594fc41](https://github.com/libp2p/js-libp2p-record/commit/594fc4171ec20f4fc1fbc36c99c61eed06aeab25))

## [2.0.4](https://github.com/libp2p/js-libp2p-record/compare/v2.0.3...v2.0.4) (2022-12-16)


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

0 comments on commit 15d13c9

Please sign in to comment.