diff --git a/CHANGELOG.md b/CHANGELOG.md index 64dfc04..3b25f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.5.1] - 2025-02-01 + +### Bug Fixes + +- Fix `awk` error on `macOS` runner (#71) + ## [1.5.0] - 2025-02-01 ### Documentation diff --git a/meta.json b/meta.json index a14b5c7..74b98f9 100644 --- a/meta.json +++ b/meta.json @@ -1,7 +1,7 @@ { "name": "deepseek-review", - "version": "1.5.0", - "actionVer": "v1.5", + "version": "1.5.1", + "actionVer": "v1.5.1", "author": "hustcer", "license": "MIT", "github": "https://github.com/hustcer/deepseek-review",