diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 690002d..c4bf1b6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.2" + ".": "1.13.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a95b8..c16b508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.3](https://github.com/tkolleh/roda.lua/compare/v1.13.2...v1.13.3) (2026-04-05) + + +### Bug Fixes + +* **ci:** use $HOME in run step for PATH in release workflow ([#27](https://github.com/tkolleh/roda.lua/issues/27)) ([a1bb2fb](https://github.com/tkolleh/roda.lua/commit/a1bb2fb90821df787a98b604fae76f96d7045b1a)) + ## [1.13.2](https://github.com/tkolleh/roda.lua/compare/v1.13.1...v1.13.2) (2026-04-05) diff --git a/lux.toml b/lux.toml index da6b720..39bea71 100644 --- a/lux.toml +++ b/lux.toml @@ -1,5 +1,5 @@ package = "roda" -version = "1.13.2" +version = "1.13.3" lua = ">=5.1" [description]