Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-beta.3](v1.0.0-beta.2...v1.0.0-beta.3) (2023-07-12)

### Bug Fixes

* allow multiple transfers per inscription per block ([#131](#131)) ([9fee5ac](9fee5ac))
* genesis and current locations using materialized view ([#138](#138)) ([88edee4](88edee4))
* ignore json content for current build ([#140](#140)) ([909f79f](909f79f))
* mark intractable `/inscriptions` result counts as 0 to avoid DB bottlenecks ([#142](#142)) ([2d1fa8f](2d1fa8f))
* move to many-to-many genesis and current table ([#139](#139)) ([2b6b6ec](2b6b6ec))
* patch ordinal number for transfers replay ([#134](#134)) ([8d3fb5b](8d3fb5b))
* rename location pointer tables ([b84d27e](b84d27e))
* skip normalization for now ([#136](#136)) ([85de25f](85de25f))
  • Loading branch information
semantic-release-bot committed Jul 12, 2023
1 parent ab06d96 commit eee9c41
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.0.0-beta.3](https://github.com/hirosystems/ordinals-api/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2023-07-12)


### Bug Fixes

* allow multiple transfers per inscription per block ([#131](https://github.com/hirosystems/ordinals-api/issues/131)) ([9fee5ac](https://github.com/hirosystems/ordinals-api/commit/9fee5acb8185681fc95f0b85e9ae02810cf8b473))
* genesis and current locations using materialized view ([#138](https://github.com/hirosystems/ordinals-api/issues/138)) ([88edee4](https://github.com/hirosystems/ordinals-api/commit/88edee44586880f54c2e7d1c16f31d2b583ce216))
* ignore json content for current build ([#140](https://github.com/hirosystems/ordinals-api/issues/140)) ([909f79f](https://github.com/hirosystems/ordinals-api/commit/909f79f43b9c0a359c62c09858b244b8cba58c75))
* mark intractable `/inscriptions` result counts as 0 to avoid DB bottlenecks ([#142](https://github.com/hirosystems/ordinals-api/issues/142)) ([2d1fa8f](https://github.com/hirosystems/ordinals-api/commit/2d1fa8f6b6062494ecd7900c5d74cd12abe7e32f))
* move to many-to-many genesis and current table ([#139](https://github.com/hirosystems/ordinals-api/issues/139)) ([2b6b6ec](https://github.com/hirosystems/ordinals-api/commit/2b6b6eccd95bc24aa1e0e82a06d3ca36ddc2298f))
* patch ordinal number for transfers replay ([#134](https://github.com/hirosystems/ordinals-api/issues/134)) ([8d3fb5b](https://github.com/hirosystems/ordinals-api/commit/8d3fb5b23ad57e33ba22dea12afa33cb146de558))
* rename location pointer tables ([b84d27e](https://github.com/hirosystems/ordinals-api/commit/b84d27e3624737e59c949906cafa8d76a329c0a0))
* skip normalization for now ([#136](https://github.com/hirosystems/ordinals-api/issues/136)) ([85de25f](https://github.com/hirosystems/ordinals-api/commit/85de25f8c14288f426063da08bfb935d8ffb2aad))

## [0.4.14](https://github.com/hirosystems/ordinals-api/compare/v0.4.13...v0.4.14) (2023-07-11)


Expand Down

0 comments on commit eee9c41

Please sign in to comment.