Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Jun 7, 2024
1 parent 2fc366f commit 91213ed
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## <small>0.0.27 (2024-06-07)</small>

* Fixed the founder scan not saving the project index and the create transaction id (#101) ([4ae20a7](https://github.com/block-core/angor/commit/4ae20a7)), closes [#101](https://github.com/block-core/angor/issues/101)
* hide testnet coins button for mainnet (dah) (#99) ([2fc366f](https://github.com/block-core/angor/commit/2fc366f)), closes [#99](https://github.com/block-core/angor/issues/99)



## <small>0.0.26 (2024-05-24)</small>

* bump version and upgrade docker release ([57f4003](https://github.com/block-core/angor/commit/57f4003))



## <small>0.0.25 (2024-05-24)</small>

* Add ci/cd on PR for cypress e2e, and add developer read me (#77) ([eb92419](https://github.com/block-core/angor/commit/eb92419)), closes [#77](https://github.com/block-core/angor/issues/77)
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": "angor",
"version": "0.0.26",
"version": "0.0.27",
"license": "MIT",
"scripts": {
"version": "node -p \"require('./package.json').version\"",
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.0.26</Version>
<Version>0.0.27</Version>
<TargetFramework>net7.0</TargetFramework>
<Authors>Blockcore</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 91213ed

Please sign in to comment.