From ef90e09a37238ca9f7308f049d97cf269fde1fd7 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 08:08:54 +0200 Subject: [PATCH] chore(main): release 0.4.2 (#86) Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 218393f..4cff5b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 021887c..e22b90a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/statnett/github-workflows/compare/v0.4.1...v0.4.2) (2024-05-14) + + +### Bug Fixes + +* use new project location for release-please-action ([#85](https://github.com/statnett/github-workflows/issues/85)) ([3f4c0ee](https://github.com/statnett/github-workflows/commit/3f4c0ee79d4647b99e5b296e97b771a79e4a9963)) + ## [0.4.1](https://github.com/statnett/github-workflows/compare/v0.4.0...v0.4.1) (2023-12-14)