diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 11613bc02c..a517b7ea0a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "apps/namadillo": "1.10.1", + "apps/namadillo": "1.10.2", "apps/extension": "0.4.0", "packages/sdk": "0.16.0", "packages/types": "0.4.0" diff --git a/apps/namadillo/CHANGELOG.md b/apps/namadillo/CHANGELOG.md index bee9511fb8..6d473f22d7 100644 --- a/apps/namadillo/CHANGELOG.md +++ b/apps/namadillo/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.2](https://github.com/anoma/namada-interface/compare/namadillo@v1.10.1...namadillo@v1.10.2) (2025-02-20) + + +### Bug Fixes + +* Bumping namada keychain version (0.4.0) and fixing required indexer version (2.0.x) ([#1688](https://github.com/anoma/namada-interface/issues/1688)) ([6efe66e](https://github.com/anoma/namada-interface/commit/6efe66e81a10675abb44758f8f4cdc2d9c956d8b)) + ## [1.10.1](https://github.com/anoma/namada-interface/compare/namadillo@v1.10.0...namadillo@v1.10.1) (2025-02-20) diff --git a/apps/namadillo/package.json b/apps/namadillo/package.json index 677571202b..6376ae4219 100644 --- a/apps/namadillo/package.json +++ b/apps/namadillo/package.json @@ -1,6 +1,6 @@ { "name": "@namada/namadillo", - "version": "1.10.1", + "version": "1.10.2", "description": "Namadillo", "repository": "https://github.com/anoma/namada-interface/", "author": "Heliax Dev ",