diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d03468..6423cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,14 @@ * **zsh:** getting multiples ~/.cache/zcompdump.some-id + hide suggestion after pressing tab ([8cad67f](https://github.com/YeferYV/RetroNvim/commit/8cad67f2d5f59a17fa5d87cec381cf2074e89c3a)) * **zsh:** OSC 11 and DECRQM sequences leaks on yazi inside terax workaround ([b87df6d](https://github.com/YeferYV/RetroNvim/commit/b87df6d2f0042d5c7c2c5009e9002803582d8d2a)) +## [0.4.9](https://github.com/YeferYV/RetroNvim/compare/v0.4.8...v0.4.9) (2026-07-16) + + +### Bug Fixes + +* **.conda:** aarch64 support ([e2980f9](https://github.com/YeferYV/RetroNvim/commit/e2980f99f1de3bd00874cc71779332ff95891c72)) +* **mise.yaml:** mise from conda-forge doesn't work on windows ([415d918](https://github.com/YeferYV/RetroNvim/commit/415d91843458c8dfc1eb87141156777b2795bfbb)) + ## [0.4.8](https://github.com/YeferYV/RetroNvim/compare/v0.4.7...v0.4.8) (2026-06-15) diff --git a/package.json b/package.json index 2da4882..0b3077b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "name": "YeferYV", "url": "https://github.com/YeferYV" }, - "version": "0.4.8", + "version": "0.4.9", "engines": { "vscode": "^1.85.0" },