diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b5d8d..a83b9a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [1.8.1] - 2023-12-05 + +### Hugo +- Added support for Hugo v0.121.0 + ## [1.8.0] - 2023-11-25 ### Added @@ -112,7 +117,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). - Emoji support for a fun design - More than 30 supported brand links -[unreleased]: https://github.com/Chrede88/L1nkr/compare/v1.8.0...HEAD +[unreleased]: https://github.com/Chrede88/L1nkr/compare/v1.8.1...HEAD +[1.8.1]: https://github.com/Chrede88/L1nkr/compare/v1.8.0...v1.8.1 [1.8.0]: https://github.com/Chrede88/L1nkr/compare/v1.7.0...v1.8.0 [1.7.0]: https://github.com/Chrede88/L1nkr/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/Chrede88/L1nkr/compare/v1.5.3...v1.6.0 diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 37053dd..8f61bfa 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,4 +1,4 @@ -/*! L1nkr v1.8.0| MIT License | https://github.com/Chrede88/L1nkr */ +/*! L1nkr v1.8.1| MIT License | https://github.com/Chrede88/L1nkr */ /*! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com */ diff --git a/assets/css/main.css b/assets/css/main.css index 0f30ef4..800b888 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,4 +1,4 @@ -/*! L1nkr v1.8.0| MIT License | https://github.com/Chrede88/L1nkr */ +/*! L1nkr v1.8.1| MIT License | https://github.com/Chrede88/L1nkr */ @tailwind base; @tailwind components; diff --git a/package.json b/package.json index bd8410b..d7860e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "l1nkr", - "version": "1.8.0", + "version": "1.8.1", "description": "L1nkr theme for Hugo", "main": "index.js", "scripts": {