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)