Skip to content

Commit

Permalink
chore(release): 0.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.1](v0.2.0...v0.2.1) (2024-07-02)

### Bug Fixes

* enable prometheus metrics ([#7](#7)) ([e3533ef](e3533ef))
  • Loading branch information
semantic-release-bot committed Jul 2, 2024
1 parent e3533ef commit 081f442
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.2.1](https://github.com/hirosystems/runehook/compare/v0.2.0...v0.2.1) (2024-07-02)


### Bug Fixes

* enable prometheus metrics ([#7](https://github.com/hirosystems/runehook/issues/7)) ([e3533ef](https://github.com/hirosystems/runehook/commit/e3533efe796ef84fcc672553a515dfa418118678))

## [0.2.0](https://github.com/hirosystems/runehook/compare/v0.1.0...v0.2.0) (2024-07-01)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "runehook"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[[bin]]
Expand Down
4 changes: 2 additions & 2 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hirosystems/runes-api",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 081f442

Please sign in to comment.