diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1cf1e5..305c150 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.1"} +{".":"0.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 482b673..3948d09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/contane/foreman/compare/v0.1.1...v0.2.0) (2024-07-10) + + +### Features + +* Show a message when the job list is empty ([#29](https://github.com/contane/foreman/issues/29)) ([19f0e8b](https://github.com/contane/foreman/commit/19f0e8bdc784513c8309ebc68209cf91eca3ab93)) + + +### Bug Fixes + +* **deps:** update node.js to v20.15.1 ([#33](https://github.com/contane/foreman/issues/33)) ([46069e0](https://github.com/contane/foreman/commit/46069e0181b2c95b64a32be04fcc75e9f2cf01d4)) + ## [0.1.1](https://github.com/contane/foreman/compare/v0.1.0...v0.1.1) (2024-07-08) diff --git a/package-lock.json b/package-lock.json index 9884a3b..23d1bb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@contane/foreman", - "version": "0.1.1", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@contane/foreman", - "version": "0.1.1", + "version": "0.2.0", "license": "Apache-2.0", "workspaces": [ "backend", diff --git a/package.json b/package.json index 0cb22b0..4d1e55b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@contane/foreman", - "version": "0.1.1", + "version": "0.2.0", "description": "A Kubernetes application for managing Renovate jobs.", "author": "Contane", "license": "Apache-2.0",