diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b97db..91e821c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.5.0 (2024-04-10) + +### Feat + +- allow specifying a container for test_pnpm, for e.g. playwright + +### Fix + +- add optional run_command var for test_pnpm workflow + ## 1.4.10 (2024-04-08) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 37e5fe3..37f1801 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ docs = [ ] [tool.commitizen] name = "cz_conventional_commits" -version = "1.4.10" +version = "1.5.0" version_files = [ "pyproject.toml:version", ]