diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ccd305..b1bd8ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +# [1.2.9] - 2024-04-11 + +### Fixed +- Fixed wrong generator in head. + +### Hugo +- Support for Hugo v0.124.1 + +### Go +- Support for Go v1.22.2 + # [1.2.8] - 2024-03-19 ### Hugo @@ -91,7 +102,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [1.0.0] - 2023-11-25 - Initial release -[unreleased]: https://github.com/Chrede88/qubt/compare/v1.2.8...HEAD +[unreleased]: https://github.com/Chrede88/qubt/compare/v1.2.9...HEAD +[1.2.9]: https://github.com/Chrede88/qubt/releases/compare/v1.2.8...v1.2.9 [1.2.8]: https://github.com/Chrede88/qubt/releases/compare/v1.2.7...v1.2.8 [1.2.7]: https://github.com/Chrede88/qubt/releases/compare/v1.2.6...v1.2.7 [1.2.6]: https://github.com/Chrede88/qubt/releases/compare/v1.2.5...v1.2.6 diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 678b956..72ee10a 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,4 +1,4 @@ -/*! Qubt v1.2.8 | MIT License | https://github.com/Chrede88/qubt */ +/*! Qubt v1.2.9 | MIT License | https://github.com/Chrede88/qubt */ /*! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com */ diff --git a/assets/css/main.css b/assets/css/main.css index dbd102f..43be345 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,4 +1,4 @@ -/*! Qubt v1.2.8 | MIT License | https://github.com/Chrede88/qubt */ +/*! Qubt v1.2.9 | MIT License | https://github.com/Chrede88/qubt */ @tailwind base; @tailwind components; diff --git a/package.json b/package.json index b6a1beb..a514fee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Qubt", - "version": "1.2.8", + "version": "1.2.9", "description": "Qubt blog theme for Hugo", "main": "index.js", "scripts": {