From 72c218460e02cc62b2728df0541951b7b9c9662d Mon Sep 17 00:00:00 2001 From: Thomas Lamant Date: Thu, 5 Sep 2024 21:53:35 +0200 Subject: [PATCH] chore(release): v2.0.1 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56c84a8..1e76838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v2.0.1 + +[compare changes](https://github.com/tmlmt/homepage/compare/v2.0.0...v2.0.1) + +### 🩹 Fixes + +- **index:** Typos and grammar mistake ([c94e51a](https://github.com/tmlmt/homepage/commit/c94e51a)) + +### 🏡 Chore + +- **deps:** Bump all dependencies to latest versions + +### ❤️ Contributors + +- Thomas Lamant ([@tmlmt](http://github.com/tmlmt)) + ## v2.0.0 [compare changes](https://github.com/tmlmt/homepage/compare/v1.4.0...v2.0.0) @@ -26,6 +42,7 @@ - **config:** Add newline ([ac3fd22](https://github.com/tmlmt/homepage/commit/ac3fd22)) - **dev:** Enable devtools ([a75c7bf](https://github.com/tmlmt/homepage/commit/a75c7bf)) - **dev:** Fix typescript integration ([b9cf864](https://github.com/tmlmt/homepage/commit/b9cf864)) +- **deps:** Bump all dependencies to latest versions ### 🎨 Styles diff --git a/package.json b/package.json index 418f23d..8220283 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,5 @@ "primeflex": "3.3.1", "primeicons": "7.0.0" }, - "version": "2.0.0" + "version": "2.0.1" } \ No newline at end of file