-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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
1 parent
69613e5
commit a175fbe
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]", | ||
|
@@ -118,4 +118,4 @@ | |
"@semantic-release/github" | ||
] | ||
} | ||
} | ||
} |