From 8a2eff0c684542df50546b61c63671c87974e9f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 16:19:34 +1200 Subject: [PATCH] chore(main): release 0.2.0 (#14) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 3d2ac0b..10f3091 100644 --- a/.config/.release-please-manifest.json +++ b/.config/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8059819..c448fe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/matthewhartstonge/configurator/compare/v0.1.0...v0.2.0) (2024-09-13) + + +### Features + +* **flag:** cli flag support. ([#13](https://github.com/matthewhartstonge/configurator/issues/13)) ([692ceef](https://github.com/matthewhartstonge/configurator/commit/692ceefb0d66e9f63756e3ae2b9788f1e8872619)) + ## 0.1.0 (2024-06-19)