Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Dec 23, 2023
1 parent cf567b4 commit 0f0d012
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## <small>0.2.52 (2023-12-23)</small>
## <small>0.2.53 (2023-12-23)</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)
* 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 ([3e354bd](https://github.com/block-core/blockcore-indexer/commit/3e354bd))
* bump version ([a0cbf3c](https://github.com/block-core/blockcore-indexer/commit/a0cbf3c))
* bump version ([4e43844](https://github.com/block-core/blockcore-indexer/commit/4e43844))
* fix build ([88748a3](https://github.com/block-core/blockcore-indexer/commit/88748a3))
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.53",
"version": "0.2.54",
"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.53</Version>
<Version>0.2.54</Version>
<TargetFramework>net6.0</TargetFramework>
<Authors>Blockcore</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 0f0d012

Please sign in to comment.