Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2023-09-20)

### Features

* initial import ([dda8a8a](libp2p/js-libp2p-simple-metrics@dda8a8a))

### Bug Fixes

* emit copy of metrics ([#1](libp2p/js-libp2p-simple-metrics#1)) ([ede5c64](libp2p/js-libp2p-simple-metrics@ede5c64))

### Trivial Changes

* add release script ([107ee5e](libp2p/js-libp2p-simple-metrics@107ee5e))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([8175453](libp2p/js-libp2p-simple-metrics@8175453))
* Update .github/workflows/stale.yml [skip ci] ([0705c63](libp2p/js-libp2p-simple-metrics@0705c63))
* update project config ([6510681](libp2p/js-libp2p-simple-metrics@6510681))
  • Loading branch information
semantic-release-bot committed Sep 20, 2023
1 parent 6510681 commit a31a9a7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## 1.0.0 (2023-09-20)


### Features

* initial import ([dda8a8a](https://github.com/libp2p/js-libp2p-simple-metrics/commit/dda8a8acc357d2d5afa617e63118fa3986857372))


### Bug Fixes

* emit copy of metrics ([#1](https://github.com/libp2p/js-libp2p-simple-metrics/issues/1)) ([ede5c64](https://github.com/libp2p/js-libp2p-simple-metrics/commit/ede5c648f7667ea05dcdb5c9f1e7f8c1d75da922))


### Trivial Changes

* add release script ([107ee5e](https://github.com/libp2p/js-libp2p-simple-metrics/commit/107ee5e1911e6816ad01f854dbf553058eb4e493))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([8175453](https://github.com/libp2p/js-libp2p-simple-metrics/commit/817545386ccf1a01bf10c20851925bdb1cf53970))
* Update .github/workflows/stale.yml [skip ci] ([0705c63](https://github.com/libp2p/js-libp2p-simple-metrics/commit/0705c63daeb84b9e89d9538a6540d871d60d0bc3))
* update project config ([6510681](https://github.com/libp2p/js-libp2p-simple-metrics/commit/65106819fc7c0a359d3b089d827ed99291425c23))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/simple-metrics",
"version": "0.0.0",
"version": "1.0.0",
"description": "Simple in-memory metrics gathering for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-simple-metrics#readme",
Expand Down

0 comments on commit a31a9a7

Please sign in to comment.