diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a254e6..cd320a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # dailybrew +## [0.2.3](https://github.com/rchardx/dailybrew/compare/v0.2.2...v0.2.3) (2026-03-05) + + +### Bug Fixes + +* remove deprecated husky v10.0.0 shebang syntax ([b35f0f1](https://github.com/rchardx/dailybrew/commit/b35f0f16698abdc5dad28d036bd3e07088668fd4)) + ## [0.2.2](https://github.com/rchardx/dailybrew/compare/v0.2.1...v0.2.2) (2026-03-03) diff --git a/package.json b/package.json index f18073f..7fcfe6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dailybrew", - "version": "0.2.2", + "version": "0.2.3", "description": "LLM-powered RSS/web digest CLI", "main": "dist/cli.mjs", "type": "module",