From 33cf79062de646d9fa916782a9906dbf5afa90f4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 28 Jun 2024 16:43:44 +0000 Subject: [PATCH] chore(release): 0.1.0 [skip ci] ## [0.1.0](https://github.com/hirosystems/runehook/compare/v0.0.1...v0.1.0) (2024-06-28) ### Features * docker images ([883ca71](https://github.com/hirosystems/runehook/commit/883ca71fda1d21cc9fe5a0ab3d2be20d34ea7405)) --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- api/package-lock.json | 4 ++-- api/package.json | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d329854 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## [0.1.0](https://github.com/hirosystems/runehook/compare/v0.0.1...v0.1.0) (2024-06-28) + + +### Features + +* docker images ([883ca71](https://github.com/hirosystems/runehook/commit/883ca71fda1d21cc9fe5a0ab3d2be20d34ea7405)) diff --git a/Cargo.lock b/Cargo.lock index 01eb153..7da0d39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3050,7 +3050,7 @@ dependencies = [ [[package]] name = "runehook" -version = "0.0.1" +version = "0.1.0" dependencies = [ "bitcoin 0.30.2", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 819b209..681c4bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runehook" -version = "0.0.1" +version = "0.1.0" edition = "2021" [[bin]] diff --git a/api/package-lock.json b/api/package-lock.json index b008a06..080d6f3 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hirosystems/runes-api", - "version": "1.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hirosystems/runes-api", - "version": "1.0.0", + "version": "0.1.0", "license": "Apache 2.0", "dependencies": { "@fastify/cors": "^8.0.0", diff --git a/api/package.json b/api/package.json index 9af0070..07828b2 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@hirosystems/runes-api", - "version": "1.0.0", + "version": "0.1.0", "description": "", "main": "index.js", "scripts": {