Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](libp2p/js-libp2p-tracked-map@v2.0.2...v3.0.0) (2022-11-05)

### ⚠ BREAKING CHANGES

* requires @libp2p/interface-metrics v4

### Bug Fixes

* update @libp2p/interface-metrics to v4 ([libp2p#12](libp2p/js-libp2p-tracked-map#12)) ([6a97551](libp2p/js-libp2p-tracked-map@6a97551))

### Trivial Changes

* Update .github/workflows/stale.yml [skip ci] ([fb388de](libp2p/js-libp2p-tracked-map@fb388de))
* update project config ([libp2p#13](libp2p/js-libp2p-tracked-map#13)) ([e58d7df](libp2p/js-libp2p-tracked-map@e58d7df))
  • Loading branch information
semantic-release-bot committed Nov 5, 2022
1 parent 6a97551 commit a02ac77
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [3.0.0](https://github.com/libp2p/js-libp2p-tracked-map/compare/v2.0.2...v3.0.0) (2022-11-05)


### ⚠ BREAKING CHANGES

* requires @libp2p/interface-metrics v4

### Bug Fixes

* update @libp2p/interface-metrics to v4 ([#12](https://github.com/libp2p/js-libp2p-tracked-map/issues/12)) ([6a97551](https://github.com/libp2p/js-libp2p-tracked-map/commit/6a97551c3c3c718c63f7ba3102b83b7ac1e08d8f))


### Trivial Changes

* Update .github/workflows/stale.yml [skip ci] ([fb388de](https://github.com/libp2p/js-libp2p-tracked-map/commit/fb388de359071a8c66ae8e17cca14f06a878aa20))
* update project config ([#13](https://github.com/libp2p/js-libp2p-tracked-map/issues/13)) ([e58d7df](https://github.com/libp2p/js-libp2p-tracked-map/commit/e58d7dfefe80daebee042b4a5925f847ae6ded09))

## [2.0.2](https://github.com/libp2p/js-libp2p-tracked-map/compare/v2.0.1...v2.0.2) (2022-08-12)


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/tracked-map",
"version": "2.0.2",
"version": "3.0.0",
"description": "Allows tracking of statistics while libp2p is running",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-tracked-map#readme",
Expand Down

0 comments on commit a02ac77

Please sign in to comment.