diff --git a/CHANGELOG.md b/CHANGELOG.md index 45b0458..3447b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.19.0] - 2025-07-23 + +### Bug Fixes + +- Fix "variable not found" error (#185) +- Fix getting Nu binary path for Nushell 0.106 + +### Deps + +- Upgrade Nu to v0.106 (#186) + ## [1.18.0] - 2025-06-11 ### Features diff --git a/meta.json b/meta.json index 708c2e3..05df19f 100644 --- a/meta.json +++ b/meta.json @@ -1,7 +1,7 @@ { "name": "deepseek-review", - "version": "1.18.0", - "actionVer": "v1.18", + "version": "1.19.0", + "actionVer": "v1.19", "author": "hustcer", "license": "MIT", "github": "https://github.com/hustcer/deepseek-review",