From 03c7ebda6ea4a0fb5a40326c78faefd895a85ab2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 6 Jul 2024 04:38:59 +0000 Subject: [PATCH] chore(release): 0.3.0-beta.3 [skip ci] ## [0.3.0-beta.3](https://github.com/hirosystems/runehook/compare/v0.3.0-beta.2...v0.3.0-beta.3) (2024-07-06) ### Features * address activity endpoint ([#18](https://github.com/hirosystems/runehook/issues/18)) ([c6b8bbe](https://github.com/hirosystems/runehook/commit/c6b8bbe683d1433a44147a474c389d9380959c23)) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- api/package-lock.json | 4 ++-- api/package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35963a7..04ed4df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.0-beta.3](https://github.com/hirosystems/runehook/compare/v0.3.0-beta.2...v0.3.0-beta.3) (2024-07-06) + + +### Features + +* address activity endpoint ([#18](https://github.com/hirosystems/runehook/issues/18)) ([c6b8bbe](https://github.com/hirosystems/runehook/commit/c6b8bbe683d1433a44147a474c389d9380959c23)) + ## [0.3.0-beta.2](https://github.com/hirosystems/runehook/compare/v0.3.0-beta.1...v0.3.0-beta.2) (2024-07-05) diff --git a/Cargo.lock b/Cargo.lock index 7c8ef84..becec70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3050,7 +3050,7 @@ dependencies = [ [[package]] name = "runehook" -version = "0.3.0-beta.2" +version = "0.3.0-beta.3" dependencies = [ "bitcoin 0.30.2", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 867057d..df9aac9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runehook" -version = "0.3.0-beta.2" +version = "0.3.0-beta.3" edition = "2021" [[bin]] diff --git a/api/package-lock.json b/api/package-lock.json index 379a9da..472c5ca 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hirosystems/runes-api", - "version": "0.3.0-beta.2", + "version": "0.3.0-beta.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hirosystems/runes-api", - "version": "0.3.0-beta.2", + "version": "0.3.0-beta.3", "license": "Apache 2.0", "dependencies": { "@fastify/cors": "^8.0.0", diff --git a/api/package.json b/api/package.json index 10d803d..87c1a54 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@hirosystems/runes-api", - "version": "0.3.0-beta.2", + "version": "0.3.0-beta.3", "description": "", "main": "index.js", "scripts": {