From 6ce032d30ff55459d90884cadfd277be0116823b Mon Sep 17 00:00:00 2001 From: Christian Olsen <9137189+Chrede88@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:29:56 +0100 Subject: [PATCH] :bookmark: preparing release v1.8.6 --- CHANGELOG.md | 11 ++++++++++- assets/css/compiled/main.css | 2 +- assets/css/main.css | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d94c1cf..c62ccfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [1.8.6] - 2024-03-19 + +### Hugo +- Support for Hugo v0.124.0 + +### Go +- Support for Go v1.22.1 + ## [1.8.5] - 2024-01-26 ### Hugo @@ -137,7 +145,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.5...HEAD +[unreleased]: https://github.com/Chrede88/L1nkr/compare/v1.8.6...HEAD +[1.8.6]: https://github.com/Chrede88/L1nkr/compare/v1.8.5...v1.8.6 [1.8.5]: https://github.com/Chrede88/L1nkr/compare/v1.8.4...v1.8.5 [1.8.4]: https://github.com/Chrede88/L1nkr/compare/v1.8.3...v1.8.4 [1.8.3]: https://github.com/Chrede88/L1nkr/compare/v1.8.2...v1.8.3 diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 5a910de..eac8b0c 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,4 +1,4 @@ -/*! L1nkr v1.8.5 | MIT License | https://github.com/Chrede88/L1nkr */ +/*! L1nkr v1.8.6 | MIT License | https://github.com/Chrede88/L1nkr */ /*! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com */ diff --git a/assets/css/main.css b/assets/css/main.css index 3f91cf3..e69bc68 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,4 +1,4 @@ -/*! L1nkr v1.8.5 | MIT License | https://github.com/Chrede88/L1nkr */ +/*! L1nkr v1.8.6 | MIT License | https://github.com/Chrede88/L1nkr */ @tailwind base; @tailwind components; diff --git a/package.json b/package.json index 01a0669..b12364c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "l1nkr", - "version": "1.8.5", + "version": "1.8.6", "description": "L1nkr theme for Hugo", "main": "index.js", "scripts": {