From f3042d63e6945c743dd411281ccdf0d253b136e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:20:24 +0000 Subject: [PATCH] chore(main): release 1.14.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e88f79cd..9903674e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.14.0](https://github.com/futurice/jalapeno/compare/v1.13.0...v1.14.0) (2024-09-26) + + +### Features + +* introduce `bumpver` command for bumping recipe version ([7f03a31](https://github.com/futurice/jalapeno/commit/7f03a31f100342858ed67df9a33e8e39f1cff2f1)) + + +### Bug Fixes + +* **ci:** provide whole commit history to commitlint ([efd35b7](https://github.com/futurice/jalapeno/commit/efd35b7231297493b5cffa7ab14b9e104d0db8af)) +* select output correctly when using diff ([06e5f95](https://github.com/futurice/jalapeno/commit/06e5f953915ab6b09524243b328f8adb8ad2b42a)) + ## [1.13.0](https://github.com/futurice/jalapeno/compare/v1.12.1...v1.13.0) (2024-08-26)