Skip to content

Commit

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

### Bug Fixes

* default output selection without a runestone ([#23](#23)) ([016583c](016583c))
* move unallocated without need for a runestone ([#22](#22)) ([69559e0](69559e0))
* register receive operations correctly on edicts ([#21](#21)) ([de48a59](de48a59))
  • Loading branch information
semantic-release-bot committed Jul 8, 2024
1 parent 7857b78 commit 8a8e257
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.4](https://github.com/hirosystems/runehook/compare/v0.3.0-beta.3...v0.3.0-beta.4) (2024-07-08)


### Bug Fixes

* default output selection without a runestone ([#23](https://github.com/hirosystems/runehook/issues/23)) ([016583c](https://github.com/hirosystems/runehook/commit/016583c69d559ff6eaa4ae525be06ada9cd6a146))
* move unallocated without need for a runestone ([#22](https://github.com/hirosystems/runehook/issues/22)) ([69559e0](https://github.com/hirosystems/runehook/commit/69559e0b70f49197f0ae645820960e4cfd8852e2))
* register receive operations correctly on edicts ([#21](https://github.com/hirosystems/runehook/issues/21)) ([de48a59](https://github.com/hirosystems/runehook/commit/de48a593426c422d5554f7bbd99b133baaca5ae3))

## [0.3.0-beta.3](https://github.com/hirosystems/runehook/compare/v0.3.0-beta.2...v0.3.0-beta.3) (2024-07-06)


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

0 comments on commit 8a8e257

Please sign in to comment.