From 8443fc401dcfb8d938a460df5a5353408de3cd05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 17:16:12 +1100 Subject: [PATCH] chore(main): release 0.1.1 (#16) Co-authored-by: github-actions[bot] <41898282+github-actions[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 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a877c35..d35fbb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/shanehull/debtrecyclingcalc.com/compare/v0.1.0...v0.1.1) (2024-10-20) + + +### Bug Fixes + +* fallback to default params on index ([#15](https://github.com/shanehull/debtrecyclingcalc.com/issues/15)) ([a803e05](https://github.com/shanehull/debtrecyclingcalc.com/commit/a803e0536eb80aa925d7a35f3e703e67436fdd28)) + ## [0.1.0](https://github.com/shanehull/debtrecyclingcalc.com/compare/v0.0.6...v0.1.0) (2024-10-16)