Skip to content

Commit a8d155b

Browse files
chore(main): release extension 0.6.0 (#1828)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 533a102 commit a8d155b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

apps/extension/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/anoma/namada-interface/compare/[email protected]@v0.6.0) (2025-04-18)
4+
5+
6+
### Features
7+
8+
* Ibc unshielding ([#1920](https://github.com/anoma/namada-interface/issues/1920)) ([2996391](https://github.com/anoma/namada-interface/commit/29963912650c4401cb09163042fb889986e094f6))
9+
* Keychain - Display chain name for known chains ([#1968](https://github.com/anoma/namada-interface/issues/1968)) ([ab902e5](https://github.com/anoma/namada-interface/commit/ab902e51564d24c238f1b7b0c0e6ad067decc9e5))
10+
* Keychain signing - only require password on session timeout ([#1809](https://github.com/anoma/namada-interface/issues/1809)) ([9050f64](https://github.com/anoma/namada-interface/commit/9050f64d43125bc4b8c0f4faaee48dff473b3705))
11+
* Keychain/Namadillo: Payment Address gen ([#1905](https://github.com/anoma/namada-interface/issues/1905)) ([200bd4b](https://github.com/anoma/namada-interface/commit/200bd4b400e36b5b216dc5a2facbe92c56c56b0b))
12+
13+
14+
### Bug Fixes
15+
16+
* Add forgot password section on Extension ([#1917](https://github.com/anoma/namada-interface/issues/1917)) ([49a765b](https://github.com/anoma/namada-interface/commit/49a765b82892c6a3c063028633b0cfa0ecbfb6ca))
17+
* Keychain - Don't display approve connection form if already approved ([#1927](https://github.com/anoma/namada-interface/issues/1927)) ([b234528](https://github.com/anoma/namada-interface/commit/b234528c1c72d2dbd41ba59711e330449d69aec0))
18+
* Update password checker when second input is used first ([#1921](https://github.com/anoma/namada-interface/issues/1921)) ([949f325](https://github.com/anoma/namada-interface/commit/949f3254cdc03c33be5875ac14f1e44dc4577e41))
19+
320
## [0.5.0](https://github.com/anoma/namada-interface/compare/[email protected]@v0.5.0) (2025-02-28)
421

522
### Features

apps/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@namada/extension",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Namada Keychain",
55
"repository": "https://github.com/anoma/namada-interface/",
66
"author": "Heliax Dev <[email protected]>",

0 commit comments

Comments
 (0)