From 491c875f878a1717d658e5e17a652367650178db Mon Sep 17 00:00:00 2001 From: "lilypad-releases[bot]" <174042765+lilypad-releases[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:04:40 -0800 Subject: [PATCH] chore(main): release 2.13.0 (#516) Co-authored-by: lilypad-releases[bot] <174042765+lilypad-releases[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7a48e52a..d18e9443 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.12.0" + ".": "2.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 380666f3..ddabe87f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.13.0](https://github.com/Lilypad-Tech/lilypad/compare/v2.12.0...v2.13.0) (2025-02-18) + + +### Features + +* Add global job timeout ([#512](https://github.com/Lilypad-Tech/lilypad/issues/512)) ([1c9997b](https://github.com/Lilypad-Tech/lilypad/commit/1c9997b0f1b160154bd4d5bc475f0d067c1938ab)) + + +### Bug Fixes + +* RP error handling ([#514](https://github.com/Lilypad-Tech/lilypad/issues/514)) ([cd39bfc](https://github.com/Lilypad-Tech/lilypad/commit/cd39bfca080eaf3d86379efeb465b8d4fe8bf1d0)) + ## [2.12.0](https://github.com/Lilypad-Tech/lilypad/compare/v2.11.0...v2.12.0) (2025-02-11)