From 1c5113f0ae66361bdab755de482b00d3a754bf0e Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 13 Nov 2024 15:40:04 +0000 Subject: [PATCH] chore(release): v1.1.1 [skip ci] --- CHANGELOG.md | 26 ++++++++++++++++++-------- package.json | 2 +- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac2aba..1665f03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,28 @@ -# [1.1.0](https://github.com/Emon526/Expense-Planner/compare/v1.0.0...v0.1.0) (2024-11-13) +## [1.1.1](https://github.com/Emon526/Expense-Planner/compare/v0.1.0...v1.1.1) (2024-11-13) + ### Bug Fixes -- Defendency updated ([86c8bfc](https://github.com/Emon526/Expense-Planner/commit/86c8bfccbe2553001a42a0b4fe86e07e38fcedd0)) -- Various bug fixes ([e4d33ff](https://github.com/Emon526/Expense-Planner/commit/e4d33ff480227711c722865ac9344770d8143f62)) +* Licence updated ([ea1f95d](https://github.com/Emon526/Expense-Planner/commit/ea1f95d83d9951d559ff8f801451cc32fbd27453)) + + + +# [0.1.0](https://github.com/Emon526/Expense-Planner/compare/v1.0.0...v0.1.0) (2024-11-13) + + +### Bug Fixes + +* Defendency updated ([86c8bfc](https://github.com/Emon526/Expense-Planner/commit/86c8bfccbe2553001a42a0b4fe86e07e38fcedd0)) +* Various bug fixes ([e4d33ff](https://github.com/Emon526/Expense-Planner/commit/e4d33ff480227711c722865ac9344770d8143f62)) + ### Features -- Updated to flutter 3 & Null Safety ([60dab45](https://github.com/Emon526/Expense-Planner/commit/60dab4594eda01522572bdbc8f8671c33236cbee)) +* Updated to flutter 3 & Null Safety ([60dab45](https://github.com/Emon526/Expense-Planner/commit/60dab4594eda01522572bdbc8f8671c33236cbee)) + + # 1.0.0 (2022-09-24) -### Features -- Save Data to Local Storage -- Last Week Expense Chart -- Add & Delete Transactions + diff --git a/package.json b/package.json index fabbd9a..2a38ae1 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "1.1.0" + "version": "1.1.1" }