diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5496ea4..350e0cf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.7" + ".": "1.13.8" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 40ec702..e2c007f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.8](https://github.com/tkolleh/roda.lua/compare/v1.13.7...v1.13.8) (2026-04-09) + + +### Bug Fixes + +* **ci:** consolidate LuaRocks publication to tag-triggered workflow ([#37](https://github.com/tkolleh/roda.lua/issues/37)) ([843baec](https://github.com/tkolleh/roda.lua/commit/843baec18968cf03ad49d19ba6bc0003c11ae087)) + ## [1.13.7](https://github.com/tkolleh/roda.lua/compare/v1.13.6...v1.13.7) (2026-04-09) diff --git a/lux.toml b/lux.toml index 57e1e5d..59d0b92 100644 --- a/lux.toml +++ b/lux.toml @@ -1,5 +1,5 @@ package = "roda" -version = "1.13.7" +version = "1.13.8" lua = ">=5.1" [description]