From a24eb6b8baa81f9eae389182ebbfa1e735b07752 Mon Sep 17 00:00:00 2001 From: Contane Bot <160241315+contane-bot@users.noreply.github.com> Date: Sat, 12 Oct 2024 12:07:45 +0200 Subject: [PATCH] chore(main): release 0.4.2 (#138) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0bbe194..eafb614 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.4.1"} +{".":"0.4.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f51752..1f90d94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.4.2](https://github.com/contane/foreman/compare/v0.4.1...v0.4.2) (2024-10-12) + + +### Bug Fixes + +* Avoid crash if run without config directory ([#137](https://github.com/contane/foreman/issues/137)) ([1986b55](https://github.com/contane/foreman/commit/1986b55befb593a57a1c12dbb9e60e9210b6a28e)) +* **deps:** Pin sodium-native to v4.2.0 ([#136](https://github.com/contane/foreman/issues/136)) ([6042482](https://github.com/contane/foreman/commit/6042482f1f9bb1e3c1e5b854c76e0c544137cab6)) +* **deps:** update dependency @headlessui/react to v2.1.10 ([#131](https://github.com/contane/foreman/issues/131)) ([211e794](https://github.com/contane/foreman/commit/211e7941b42370c6ab31ca01d10db67465ee8835)) +* **deps:** update dependency react-router-dom to v6.27.0 ([#134](https://github.com/contane/foreman/issues/134)) ([bf08a53](https://github.com/contane/foreman/commit/bf08a533b03859c2768240fc0ac725877f224e0e)) + ## [0.4.1](https://github.com/contane/foreman/compare/v0.4.0...v0.4.1) (2024-10-05) diff --git a/package-lock.json b/package-lock.json index 189e866..9f1fc49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@contane/foreman", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@contane/foreman", - "version": "0.4.1", + "version": "0.4.2", "license": "Apache-2.0", "workspaces": [ "backend", diff --git a/package.json b/package.json index 96b3d66..fefa0eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@contane/foreman", - "version": "0.4.1", + "version": "0.4.2", "description": "A Kubernetes application for managing Renovate jobs.", "author": "Contane", "license": "Apache-2.0",