diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a3c77..611a840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v1.4.0 + +[compare changes](https://github.com/tmlmt/homepage/compare/v1.3.1...v1.4.0) + +### 🚀 Enhancements + +- Add Umami analytics ([d35cfe4](https://github.com/tmlmt/homepage/commit/d35cfe4)) + +### 🩹 Fixes + +- Color contrast ([#6](https://github.com/tmlmt/homepage/pull/6)) +- **HeaderBar:** Link accessibility ([#7](https://github.com/tmlmt/homepage/pull/7)) + +### ❤️ Contributors + +- Thomas Lamant ([@tmlmt](http://github.com/tmlmt)) + ## v1.3.1 [compare changes](https://github.com/tmlmt/homepage/compare/v1.3.0...v1.3.1) diff --git a/package.json b/package.json index 172dcb7..07994e1 100644 --- a/package.json +++ b/package.json @@ -33,5 +33,5 @@ "primeicons": "6.0.1", "primevue": "3.29.1" }, - "version": "1.3.1" + "version": "1.4.0" } \ No newline at end of file