Skip to content

Commit

Permalink
Bump version and change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Aug 26, 2022
1 parent 11e5b96 commit db7f129
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## <small>0.2.38 (2022-08-26)</small>

* Handle error message returned from the node (#157) ([11e5b96](https://github.com/block-core/blockcore-indexer/commit/11e5b96)), closes [#157](https://github.com/block-core/blockcore-indexer/issues/157)
* Update Node.js version for workflow ([6caf0c2](https://github.com/block-core/blockcore-indexer/commit/6caf0c2))



## <small>0.2.37 (2022-07-05)</small>

* Added missing binding for block rewind (#154) ([aaa1358](https://github.com/block-core/blockcore-indexer/commit/aaa1358)), closes [#154](https://github.com/block-core/blockcore-indexer/issues/154)
* Updated version and changelog ([cc00145](https://github.com/block-core/blockcore-indexer/commit/cc00145))



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.37",
"version": "0.2.38",
"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.37</Version>
<Version>0.2.38</Version>
<TargetFramework>net6.0</TargetFramework>
<Authors>Blockcore</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit db7f129

Please sign in to comment.