Skip to content

Commit

Permalink
chore(release): 0.3.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.3.0-beta.2](v0.3.0-beta.1...v0.3.0-beta.2) (2024-07-05)

### Bug Fixes

* cached output balance retrieval ([#16](#16)) ([b87b921](b87b921))
* increase activity count when etching ([#14](#14)) ([e797fc3](e797fc3))
* open and close pg connections for each chainhook message ([#15](#15)) ([3c93671](3c93671))
  • Loading branch information
semantic-release-bot committed Jul 5, 2024
1 parent abb4a40 commit 99c43ae
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.3.0-beta.2](https://github.com/hirosystems/runehook/compare/v0.3.0-beta.1...v0.3.0-beta.2) (2024-07-05)


### Bug Fixes

* cached output balance retrieval ([#16](https://github.com/hirosystems/runehook/issues/16)) ([b87b921](https://github.com/hirosystems/runehook/commit/b87b9212ec1e4addd394dc7af8e3e94c447d4487))
* increase activity count when etching ([#14](https://github.com/hirosystems/runehook/issues/14)) ([e797fc3](https://github.com/hirosystems/runehook/commit/e797fc3bc023777ad38c9a5b1f9a0cd5672607c1))
* open and close pg connections for each chainhook message ([#15](https://github.com/hirosystems/runehook/issues/15)) ([3c93671](https://github.com/hirosystems/runehook/commit/3c936719681b102cc0c2afa5e06b9ffb6d3672ce))

## [0.3.0-beta.1](https://github.com/hirosystems/runehook/compare/v0.2.2...v0.3.0-beta.1) (2024-07-04)


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.3.0-beta.1"
version = "0.3.0-beta.2"
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.3.0-beta.1",
"version": "0.3.0-beta.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 99c43ae

Please sign in to comment.