From d840852ad84ba046222b5132223c396c3850c57d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:13:59 +0000 Subject: [PATCH] chore(main): release 0.0.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3a327a0..63c033c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.3" + ".": "0.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 90a4315..0bbbfe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.0.4](https://github.com/shanehull/debtrecyclingcalc.com/compare/v0.0.3...v0.0.4) (2024-09-05) + + +### Bug Fixes + +* charts height on mobile ([4f504af](https://github.com/shanehull/debtrecyclingcalc.com/commit/4f504afc2838db1d15106927a58540194e20ab82)) +* further reading margins ([dc34aae](https://github.com/shanehull/debtrecyclingcalc.com/commit/dc34aaee2831f32cc665593286beab8a185fd7ea)) +* match cards style to table ([7ff869a](https://github.com/shanehull/debtrecyclingcalc.com/commit/7ff869afc3ed8d334072f744b8f58b8bc1b2b70a)) +* mobile cards as tables ([34429b5](https://github.com/shanehull/debtrecyclingcalc.com/commit/34429b53dd1b7d1d5e5615c781cadd302bfaea14)) +* typos and wording ([9762a4d](https://github.com/shanehull/debtrecyclingcalc.com/commit/9762a4df25a6f16ff0ecace71ad1aac59e8034bc)) + ## [0.0.3](https://github.com/shanehull/debtrecyclingcalc.com/compare/v0.0.2...v0.0.3) (2024-09-04)