From e043d1b42ee3b272bfe9aefe9076c471276eac23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:06:44 +0000 Subject: [PATCH] chore(main): release 0.3.1 --- .config/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.config/.release-please-manifest.json b/.config/.release-please-manifest.json index 6b7b74c..cce9240 100644 --- a/.config/.release-please-manifest.json +++ b/.config/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d14e77..f27091c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/matthewhartstonge/configurator/compare/v0.3.0...v0.3.1) (2024-11-28) + + +### Bug Fixes + +* makes diagnostic methods chainable again. ([a72c897](https://github.com/matthewhartstonge/configurator/commit/a72c897312e22d44a8356905e7a4b2b3c3f5f539)) + ## [0.3.0](https://github.com/matthewhartstonge/configurator/compare/v0.2.0...v0.3.0) (2024-11-28)