Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2024-11-27)

### Bug Fixes

* 🐛 fixed a code error caused by rule of hooks ([b0e7dbc](b0e7dbc))

### Features

* ✨ add action to delete transactions ([9731f3c](9731f3c))
* ✨ add button to delete transactions ([9e8ecd9](9e8ecd9))
  • Loading branch information
semantic-release-bot committed Nov 27, 2024
1 parent 69613e5 commit a175fbe
Show file tree
Hide file tree
Showing 2 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 @@
# [1.2.0](https://github.com/neopromic/jupiter-finance/compare/v1.1.0...v1.2.0) (2024-11-27)


### Bug Fixes

* :bug: fixed a code error caused by rule of hooks ([b0e7dbc](https://github.com/neopromic/jupiter-finance/commit/b0e7dbc34de5698ab4965af0a36dc4d4daa0b253))


### Features

* :sparkles: add action to delete transactions ([9731f3c](https://github.com/neopromic/jupiter-finance/commit/9731f3c96c710a36405d422f398c6e917aee5a6e))
* :sparkles: add button to delete transactions ([9e8ecd9](https://github.com/neopromic/jupiter-finance/commit/9e8ecd9b9cd7a003dbfd9c9c2ff8afcb075c98cc))

# [1.1.0](https://github.com/neopromic/finance-ai/compare/v1.0.0...v1.1.0) (2024-11-26)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupiter-finance",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -118,4 +118,4 @@
"@semantic-release/github"
]
}
}
}

0 comments on commit a175fbe

Please sign in to comment.