-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release namadillo 1.3.0 (#1543)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
41b7158
commit a05fa4c
Showing
3 changed files
with
9 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,5 +1,12 @@ | ||
# Changelog | ||
|
||
## [1.3.0](https://github.com/anoma/namada-interface/compare/[email protected]@v1.3.0) (2025-01-14) | ||
|
||
|
||
### Features | ||
|
||
* Listen for the transfer success event ([#1490](https://github.com/anoma/namada-interface/issues/1490)) ([41b7158](https://github.com/anoma/namada-interface/commit/41b7158e2e2c804234935e42bc9a07df1fb1c000)) | ||
|
||
## [1.2.0](https://github.com/anoma/namada-interface/compare/[email protected]) (2025-01-14) | ||
|
||
- First release using release-please |
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": "@namada/namadillo", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Namadillo", | ||
"repository": "https://github.com/anoma/namada-interface/", | ||
"author": "Heliax Dev <[email protected]>", | ||
|