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

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2022-08-03)

### Trivial Changes

* update project ([#53](#53)) ([1927144](1927144))

### Dependencies

* update deps to support no-copy operations ([#55](#55)) ([7be8515](7be8515))
  • Loading branch information
semantic-release-bot committed Aug 3, 2022
1 parent 7be8515 commit f10161a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.0.1](https://github.com/libp2p/js-libp2p-record/compare/v2.0.0...v2.0.1) (2022-08-03)


### Trivial Changes

* update project ([#53](https://github.com/libp2p/js-libp2p-record/issues/53)) ([1927144](https://github.com/libp2p/js-libp2p-record/commit/1927144ce346592f513e2f29e0b4677dd1feb468))


### Dependencies

* update deps to support no-copy operations ([#55](https://github.com/libp2p/js-libp2p-record/issues/55)) ([7be8515](https://github.com/libp2p/js-libp2p-record/commit/7be8515ad87d062bbc9db20fc3134ed06b1286a9))

## [2.0.0](https://github.com/libp2p/js-libp2p-record/compare/v1.0.5...v2.0.0) (2022-06-15)


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

0 comments on commit f10161a

Please sign in to comment.