Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Feb 8, 2024
1 parent 127fbc8 commit a8278fd
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 7 deletions.
33 changes: 28 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,40 @@
## <small>0.2.55 (2024-02-08)</small>

* bump version ([5f3a0b5](https://github.com/block-core/blockcore-indexer/commit/5f3a0b5))
* bump version ([009f4b6](https://github.com/block-core/blockcore-indexer/commit/009f4b6))
* Fixed issue with args not passed to indexer (#199) ([127fbc8](https://github.com/block-core/blockcore-indexer/commit/127fbc8)), closes [#199](https://github.com/block-core/blockcore-indexer/issues/199)



## <small>0.2.54 (2024-01-31)</small>

* Add a todo in the rewind code path ([75a9bb6](https://github.com/block-core/blockcore-indexer/commit/75a9bb6))
* Add CreatedOnBlock also to fetch by project id ([cf567b4](https://github.com/block-core/blockcore-indexer/commit/cf567b4))
* add mempool pending balance (#196) ([43d5f31](https://github.com/block-core/blockcore-indexer/commit/43d5f31)), closes [#196](https://github.com/block-core/blockcore-indexer/issues/196)
* Adding a stats endpoint to the angor project ([6009346](https://github.com/block-core/blockcore-indexer/commit/6009346))
* Angor Indexer (#198) ([32a2f54](https://github.com/block-core/blockcore-indexer/commit/32a2f54)), closes [#198](https://github.com/block-core/blockcore-indexer/issues/198)
* bump version ([0f0d012](https://github.com/block-core/blockcore-indexer/commit/0f0d012))



## <small>0.2.53 (2023-12-23)</small>

* Add CreatedOnBlock also to fetch by project id ([cf567b4](https://github.com/block-core/blockcore-indexer/commit/cf567b4))
* bump version ([3e354bd](https://github.com/block-core/blockcore-indexer/commit/3e354bd))



## <small>0.2.52 (2023-12-23)</small>

* bump version ([a0cbf3c](https://github.com/block-core/blockcore-indexer/commit/a0cbf3c))
* bump version ([4e43844](https://github.com/block-core/blockcore-indexer/commit/4e43844))
* REturn the CreatedOnBlock for the angor project ([39529cc](https://github.com/block-core/blockcore-indexer/commit/39529cc))



## <small>0.2.51 (2023-12-18)</small>

* Add a todo in the rewind code path ([75a9bb6](https://github.com/block-core/blockcore-indexer/commit/75a9bb6))
* add mempool pending balance (#196) ([43d5f31](https://github.com/block-core/blockcore-indexer/commit/43d5f31)), closes [#196](https://github.com/block-core/blockcore-indexer/issues/196)
* Angor Indexer (#198) ([32a2f54](https://github.com/block-core/blockcore-indexer/commit/32a2f54)), closes [#198](https://github.com/block-core/blockcore-indexer/issues/198)
* fix build ([88748a3](https://github.com/block-core/blockcore-indexer/commit/88748a3))
* Fixed bug with NFT store contracts calling into NFT not getting picke… (#195) ([bb7572b](https://github.com/block-core/blockcore-indexer/commit/bb7572b)), closes [#195](https://github.com/block-core/blockcore-indexer/issues/195)
* REturn the CreatedOnBlock for the angor project ([39529cc](https://github.com/block-core/blockcore-indexer/commit/39529cc))



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockcoreindexer",
"version": "0.2.55",
"version": "0.2.56",
"license": "MIT",
"author": {
"name": "Blockcore",
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.2.55</Version>
<Version>0.2.56</Version>
<TargetFramework>net6.0</TargetFramework>
<Authors>Blockcore</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit a8278fd

Please sign in to comment.