From a6d3deba66c2066384994fdb60dfc674dc8b7427 Mon Sep 17 00:00:00 2001 From: Contane Bot <160241315+contane-bot@users.noreply.github.com> Date: Sun, 13 Oct 2024 20:14:40 +0200 Subject: [PATCH] chore(main): release 0.4.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eafb614..d0f7c58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.4.2"} +{".":"0.4.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f90d94..d64e800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.3](https://github.com/contane/foreman/compare/v0.4.2...v0.4.3) (2024-10-13) + + +### Bug Fixes + +* **deps:** update dependency yaml to v2.6.0 ([#142](https://github.com/contane/foreman/issues/142)) ([79c46c1](https://github.com/contane/foreman/commit/79c46c189416e4724987e92a189595c143bc72b9)) +* **deps:** Update Fastify to v5 ([#140](https://github.com/contane/foreman/issues/140)) ([58643d5](https://github.com/contane/foreman/commit/58643d5dc401d3156d32cd0ab10820c91c5f63b1)) +* Update ESLint to v9, update config, and fix new lint errors ([#144](https://github.com/contane/foreman/issues/144)) ([b0bec98](https://github.com/contane/foreman/commit/b0bec9803b0a5e1cecb2503ffff79be6570c63cc)) + ## [0.4.2](https://github.com/contane/foreman/compare/v0.4.1...v0.4.2) (2024-10-12) diff --git a/package-lock.json b/package-lock.json index 43d442f..269d260 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@contane/foreman", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@contane/foreman", - "version": "0.4.2", + "version": "0.4.3", "license": "Apache-2.0", "workspaces": [ "backend", diff --git a/package.json b/package.json index 2aa9ae7..196b32c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@contane/foreman", - "version": "0.4.2", + "version": "0.4.3", "description": "A Kubernetes application for managing Renovate jobs.", "author": "Contane", "license": "Apache-2.0",