From 5102229fa2d53d1aa82c4cfcf3108209371b9318 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:31:01 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 816df2d..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a38d2f8..989be6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.4.0](https://github.com/statnett/github-workflows/compare/v0.3.1...v0.4.0) (2023-12-11) + + +### ⚠ BREAKING CHANGES + +* remove use of deprecationMessage (does not work) ([#52](https://github.com/statnett/github-workflows/issues/52)) +* migrate clean-ghcr workflow to use GH token ([#50](https://github.com/statnett/github-workflows/issues/50)) + +### Features + +* add manifest-file input to release-please workflow ([#51](https://github.com/statnett/github-workflows/issues/51)) ([df7c32f](https://github.com/statnett/github-workflows/commit/df7c32f3e0c7ec927f00cc2ac39543ab91bb811d)) +* migrate clean-ghcr workflow to use GH token ([#50](https://github.com/statnett/github-workflows/issues/50)) ([8de53b8](https://github.com/statnett/github-workflows/commit/8de53b8af8d2156b3b98ca0c12f029666a0b2c75)) + + +### Bug Fixes + +* remove use of deprecationMessage (does not work) ([#52](https://github.com/statnett/github-workflows/issues/52)) ([b29384f](https://github.com/statnett/github-workflows/commit/b29384f2054633f63e93016dcfa8587aae4366cf)) + ## [0.3.1](https://github.com/statnett/github-workflows/compare/v0.3.0...v0.3.1) (2023-12-06)