diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ec196..6eb5dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.3.0] - 2025-01-31 + +### Documentation + +- Update CLI help output (#53) +- Polish documents (#57) + +### Features + +- Add `github-token` input (#55) +- Add `skip cr` or `skip review` to PR title or body to disable code review in GitHub Actions (#56) + +### Miscellaneous Tasks + +- Increase `max-length` in review workflow (#54) + ## [1.2.0] - 2025-01-31 ### Breaking Changes diff --git a/meta.json b/meta.json index b341bf7..7495ba4 100644 --- a/meta.json +++ b/meta.json @@ -1,10 +1,10 @@ { "name": "deepseek-review", - "version": "1.2.0", - "actionVer": "v1.2", + "version": "1.3.0", + "actionVer": "v1.3", "author": "hustcer", "license": "MIT", "github": "https://github.com/hustcer/deepseek-review", - "home": "https://github.com/marketplace/actions/deepseek-review", + "home": "https://github.com/marketplace/actions/deepseek-cr", "description": "🚀 Sharpen Your Code, Ship with Confidence – Elevate Your Workflow with Deepseek Code Review 🚀" }