From 5c35603b7f159d7436d15d9cabd535ddbc03ae70 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Jul 2024 19:48:12 +0000 Subject: [PATCH 1/6] chore(release): 0.3.0-beta.1 [skip ci] ## [0.3.0-beta.1](https://github.com/hirosystems/runehook/compare/v0.2.2...v0.3.0-beta.1) (2024-07-04) ### Features * add zeromq streaming and rollback support ([#8](https://github.com/hirosystems/runehook/issues/8)) ([c201bb5](https://github.com/hirosystems/runehook/commit/c201bb521b2fb30e4983d4f601ac7719907c2d26)) --- 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 dbeff53..dccce80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.0-beta.1](https://github.com/hirosystems/runehook/compare/v0.2.2...v0.3.0-beta.1) (2024-07-04) + + +### Features + +* add zeromq streaming and rollback support ([#8](https://github.com/hirosystems/runehook/issues/8)) ([c201bb5](https://github.com/hirosystems/runehook/commit/c201bb521b2fb30e4983d4f601ac7719907c2d26)) + ## [0.2.2](https://github.com/hirosystems/runehook/compare/v0.2.1...v0.2.2) (2024-07-02) diff --git a/Cargo.lock b/Cargo.lock index ab80907..2388867 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3050,7 +3050,7 @@ dependencies = [ [[package]] name = "runehook" -version = "0.2.2" +version = "0.3.0-beta.1" dependencies = [ "bitcoin 0.30.2", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7e87d68..3ff4cbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runehook" -version = "0.2.2" +version = "0.3.0-beta.1" edition = "2021" [[bin]] diff --git a/api/package-lock.json b/api/package-lock.json index b7504ce..3db8cd8 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hirosystems/runes-api", - "version": "0.2.2", + "version": "0.3.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hirosystems/runes-api", - "version": "0.2.2", + "version": "0.3.0-beta.1", "license": "Apache 2.0", "dependencies": { "@fastify/cors": "^8.0.0", diff --git a/api/package.json b/api/package.json index f629b42..0a40ea9 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@hirosystems/runes-api", - "version": "0.2.2", + "version": "0.3.0-beta.1", "description": "", "main": "index.js", "scripts": { From 99c43ae0753083479a70d938e7df95fc4cc31ebe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 Jul 2024 23:44:01 +0000 Subject: [PATCH 2/6] chore(release): 0.3.0-beta.2 [skip ci] ## [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)) --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- api/package-lock.json | 4 ++-- api/package.json | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dccce80..35963a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index 2388867..7c8ef84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3050,7 +3050,7 @@ dependencies = [ [[package]] name = "runehook" -version = "0.3.0-beta.1" +version = "0.3.0-beta.2" dependencies = [ "bitcoin 0.30.2", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 3ff4cbc..867057d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runehook" -version = "0.3.0-beta.1" +version = "0.3.0-beta.2" edition = "2021" [[bin]] diff --git a/api/package-lock.json b/api/package-lock.json index 3db8cd8..379a9da 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hirosystems/runes-api", - "version": "0.3.0-beta.1", + "version": "0.3.0-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hirosystems/runes-api", - "version": "0.3.0-beta.1", + "version": "0.3.0-beta.2", "license": "Apache 2.0", "dependencies": { "@fastify/cors": "^8.0.0", diff --git a/api/package.json b/api/package.json index 0a40ea9..10d803d 100644 --- a/api/package.json +++ b/api/package.json @@ -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": { From 03c7ebda6ea4a0fb5a40326c78faefd895a85ab2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 6 Jul 2024 04:38:59 +0000 Subject: [PATCH 3/6] 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": { From 8a8e257a946a03b858277dbc76b55a8d27cbe209 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Jul 2024 19:05:33 +0000 Subject: [PATCH 4/6] chore(release): 0.3.0-beta.4 [skip ci] ## [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)) --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- api/package-lock.json | 4 ++-- api/package.json | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ed4df..aad7928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index becec70..fdb8efe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3050,7 +3050,7 @@ dependencies = [ [[package]] name = "runehook" -version = "0.3.0-beta.3" +version = "0.3.0-beta.4" dependencies = [ "bitcoin 0.30.2", "bytes", diff --git a/Cargo.toml b/Cargo.toml index df9aac9..be88189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runehook" -version = "0.3.0-beta.3" +version = "0.3.0-beta.4" edition = "2021" [[bin]] diff --git a/api/package-lock.json b/api/package-lock.json index 472c5ca..b90e549 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hirosystems/runes-api", - "version": "0.3.0-beta.3", + "version": "0.3.0-beta.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hirosystems/runes-api", - "version": "0.3.0-beta.3", + "version": "0.3.0-beta.4", "license": "Apache 2.0", "dependencies": { "@fastify/cors": "^8.0.0", diff --git a/api/package.json b/api/package.json index 87c1a54..64fffc5 100644 --- a/api/package.json +++ b/api/package.json @@ -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": { From e900500c5da4ae9c85fa763fff1d5385a9b4c9de Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Jul 2024 17:18:59 +0000 Subject: [PATCH 5/6] chore(release): 0.3.0-beta.5 [skip ci] ## [0.3.0-beta.5](https://github.com/hirosystems/runehook/compare/v0.3.0-beta.4...v0.3.0-beta.5) (2024-07-29) ### Features * number field in rune response ([#35](https://github.com/hirosystems/runehook/issues/35)) ([4485057](https://github.com/hirosystems/runehook/commit/4485057825dcf22bd4bb4bd667da0d9d2886e1ab)) --- 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 aad7928..ac33ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.0-beta.5](https://github.com/hirosystems/runehook/compare/v0.3.0-beta.4...v0.3.0-beta.5) (2024-07-29) + + +### Features + +* number field in rune response ([#35](https://github.com/hirosystems/runehook/issues/35)) ([4485057](https://github.com/hirosystems/runehook/commit/4485057825dcf22bd4bb4bd667da0d9d2886e1ab)) + ## [0.3.0-beta.4](https://github.com/hirosystems/runehook/compare/v0.3.0-beta.3...v0.3.0-beta.4) (2024-07-08) diff --git a/Cargo.lock b/Cargo.lock index c054661..9c6cdd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3056,7 +3056,7 @@ dependencies = [ [[package]] name = "runehook" -version = "0.3.0-beta.4" +version = "0.3.0-beta.5" dependencies = [ "bitcoin 0.30.2", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7182d74..1b21bc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runehook" -version = "0.3.0-beta.4" +version = "0.3.0-beta.5" edition = "2021" [[bin]] diff --git a/api/package-lock.json b/api/package-lock.json index b90e549..ca6c3fe 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hirosystems/runes-api", - "version": "0.3.0-beta.4", + "version": "0.3.0-beta.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hirosystems/runes-api", - "version": "0.3.0-beta.4", + "version": "0.3.0-beta.5", "license": "Apache 2.0", "dependencies": { "@fastify/cors": "^8.0.0", diff --git a/api/package.json b/api/package.json index fff9c9e..d73b86a 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@hirosystems/runes-api", - "version": "0.3.0-beta.4", + "version": "0.3.0-beta.5", "description": "", "main": "index.js", "scripts": { From 79e7f303412bda3991ca32729f1f87e2a74ff765 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Jul 2024 17:38:52 +0000 Subject: [PATCH 6/6] chore(release): 0.3.0 [skip ci] ## [0.3.0](https://github.com/hirosystems/runehook/compare/v0.2.2...v0.3.0) (2024-07-29) ### Features * add zeromq streaming and rollback support ([#8](https://github.com/hirosystems/runehook/issues/8)) ([c201bb5](https://github.com/hirosystems/runehook/commit/c201bb521b2fb30e4983d4f601ac7719907c2d26)) * address activity endpoint ([#18](https://github.com/hirosystems/runehook/issues/18)) ([c6b8bbe](https://github.com/hirosystems/runehook/commit/c6b8bbe683d1433a44147a474c389d9380959c23)) * number field in rune response ([#35](https://github.com/hirosystems/runehook/issues/35)) ([4485057](https://github.com/hirosystems/runehook/commit/4485057825dcf22bd4bb4bd667da0d9d2886e1ab)) ### Bug Fixes * cached output balance retrieval ([#16](https://github.com/hirosystems/runehook/issues/16)) ([b87b921](https://github.com/hirosystems/runehook/commit/b87b9212ec1e4addd394dc7af8e3e94c447d4487)) * default output selection without a runestone ([#23](https://github.com/hirosystems/runehook/issues/23)) ([016583c](https://github.com/hirosystems/runehook/commit/016583c69d559ff6eaa4ae525be06ada9cd6a146)) * increase activity count when etching ([#14](https://github.com/hirosystems/runehook/issues/14)) ([e797fc3](https://github.com/hirosystems/runehook/commit/e797fc3bc023777ad38c9a5b1f9a0cd5672607c1)) * move unallocated without need for a runestone ([#22](https://github.com/hirosystems/runehook/issues/22)) ([69559e0](https://github.com/hirosystems/runehook/commit/69559e0b70f49197f0ae645820960e4cfd8852e2)) * 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)) * register receive operations correctly on edicts ([#21](https://github.com/hirosystems/runehook/issues/21)) ([de48a59](https://github.com/hirosystems/runehook/commit/de48a593426c422d5554f7bbd99b133baaca5ae3)) --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- api/package-lock.json | 4 ++-- api/package.json | 2 +- 5 files changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac33ea8..87b3b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [0.3.0](https://github.com/hirosystems/runehook/compare/v0.2.2...v0.3.0) (2024-07-29) + + +### Features + +* add zeromq streaming and rollback support ([#8](https://github.com/hirosystems/runehook/issues/8)) ([c201bb5](https://github.com/hirosystems/runehook/commit/c201bb521b2fb30e4983d4f601ac7719907c2d26)) +* address activity endpoint ([#18](https://github.com/hirosystems/runehook/issues/18)) ([c6b8bbe](https://github.com/hirosystems/runehook/commit/c6b8bbe683d1433a44147a474c389d9380959c23)) +* number field in rune response ([#35](https://github.com/hirosystems/runehook/issues/35)) ([4485057](https://github.com/hirosystems/runehook/commit/4485057825dcf22bd4bb4bd667da0d9d2886e1ab)) + + +### Bug Fixes + +* cached output balance retrieval ([#16](https://github.com/hirosystems/runehook/issues/16)) ([b87b921](https://github.com/hirosystems/runehook/commit/b87b9212ec1e4addd394dc7af8e3e94c447d4487)) +* default output selection without a runestone ([#23](https://github.com/hirosystems/runehook/issues/23)) ([016583c](https://github.com/hirosystems/runehook/commit/016583c69d559ff6eaa4ae525be06ada9cd6a146)) +* increase activity count when etching ([#14](https://github.com/hirosystems/runehook/issues/14)) ([e797fc3](https://github.com/hirosystems/runehook/commit/e797fc3bc023777ad38c9a5b1f9a0cd5672607c1)) +* move unallocated without need for a runestone ([#22](https://github.com/hirosystems/runehook/issues/22)) ([69559e0](https://github.com/hirosystems/runehook/commit/69559e0b70f49197f0ae645820960e4cfd8852e2)) +* 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)) +* 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.5](https://github.com/hirosystems/runehook/compare/v0.3.0-beta.4...v0.3.0-beta.5) (2024-07-29) diff --git a/Cargo.lock b/Cargo.lock index 9c6cdd9..2e31044 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3056,7 +3056,7 @@ dependencies = [ [[package]] name = "runehook" -version = "0.3.0-beta.5" +version = "0.3.0" dependencies = [ "bitcoin 0.30.2", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 1b21bc1..7da812b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runehook" -version = "0.3.0-beta.5" +version = "0.3.0" edition = "2021" [[bin]] diff --git a/api/package-lock.json b/api/package-lock.json index ca6c3fe..beb7eff 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hirosystems/runes-api", - "version": "0.3.0-beta.5", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hirosystems/runes-api", - "version": "0.3.0-beta.5", + "version": "0.3.0", "license": "Apache 2.0", "dependencies": { "@fastify/cors": "^8.0.0", diff --git a/api/package.json b/api/package.json index d73b86a..c8a77e7 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@hirosystems/runes-api", - "version": "0.3.0-beta.5", + "version": "0.3.0", "description": "", "main": "index.js", "scripts": {