Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"apps/namadillo": "1.33.0",
"apps/extension": "0.9.0",
"apps/extension": "0.10.0",
"packages/sdk": "0.19.1",
"packages/types": "0.7.0"
}
7 changes: 7 additions & 0 deletions apps/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.0](https://github.com/namada-net/namada-interface/compare/[email protected]@v0.10.0) (2025-12-08)


### Features

* Add data collection permissions to the Firefox manifest ([#2358](https://github.com/namada-net/namada-interface/issues/2358)) ([e21c509](https://github.com/namada-net/namada-interface/commit/e21c509a24a718a017628554f203df1b59d07b65))

## [0.9.0](https://github.com/namada-net/namada-interface/compare/[email protected]@v0.9.0) (2025-11-25)


Expand Down
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@namada/extension",
"version": "0.9.0",
"version": "0.10.0",
"description": "Namada Keychain",
"repository": "https://github.com/anoma/namada-interface/",
"author": "Heliax Dev <[email protected]>",
Expand Down