Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.0](v0.1.0...v0.2.0) (2024-07-01)

### Features

* add cache to api endpoints ([1584499](1584499))
* address routes, rune route expansion ([6c5603b](6c5603b))
* blocks and transactions endpoints ([3c563da](3c563da))
* rune supply ([59152b0](59152b0))
* status endpoint ([67b61ee](67b61ee))

### Bug Fixes

* consider mint caps ([909b59e](909b59e))
* consider mint terms block height ([97263a1](97263a1))
* location api object ([8e1016a](8e1016a))
* mintable, field types, get rune by number ([99038e5](99038e5))
* receive/send operation order ([8589378](8589378))
* vercel build path ([#3](#3)) ([4be379a](4be379a))
  • Loading branch information
semantic-release-bot committed Jul 1, 2024
1 parent 36ee719 commit eedb6e4
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [0.2.0](https://github.com/hirosystems/runehook/compare/v0.1.0...v0.2.0) (2024-07-01)


### Features

* add cache to api endpoints ([1584499](https://github.com/hirosystems/runehook/commit/15844994845076df957ed6846eccb4484045bfb4))
* address routes, rune route expansion ([6c5603b](https://github.com/hirosystems/runehook/commit/6c5603ba899943accf9d23a1e396cd0a378dd9d2))
* blocks and transactions endpoints ([3c563da](https://github.com/hirosystems/runehook/commit/3c563da9d18b9c989b8be079fe872211ed219709))
* rune supply ([59152b0](https://github.com/hirosystems/runehook/commit/59152b0df30b43bf213ab6df31233fbd5323dcb4))
* status endpoint ([67b61ee](https://github.com/hirosystems/runehook/commit/67b61ee99c14abff81bb9cfaa90f83ef990f6810))


### Bug Fixes

* consider mint caps ([909b59e](https://github.com/hirosystems/runehook/commit/909b59e168c5b2b70b6acc7ce22ac74f5e54b1e8))
* consider mint terms block height ([97263a1](https://github.com/hirosystems/runehook/commit/97263a116b885d3c0b63b6b2ae5e61bf8c366e46))
* location api object ([8e1016a](https://github.com/hirosystems/runehook/commit/8e1016a90262fad31e2ee213dfa67a3d0986743f))
* mintable, field types, get rune by number ([99038e5](https://github.com/hirosystems/runehook/commit/99038e5b063264a4cb1f0191f1b441e17683be2a))
* receive/send operation order ([8589378](https://github.com/hirosystems/runehook/commit/85893782065829a643ac8d1f9ae43ee70eb0426b))
* vercel build path ([#3](https://github.com/hirosystems/runehook/issues/3)) ([4be379a](https://github.com/hirosystems/runehook/commit/4be379a58f07c01b48838f49d9b2b7217483c88a))

## [0.1.0](https://github.com/hirosystems/runehook/compare/v0.0.1...v0.1.0) (2024-06-28)


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.1.0"
version = "0.2.0"
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.1.0",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit eedb6e4

Please sign in to comment.