From fee0085479c1117e35001d1330ed099706e47f06 Mon Sep 17 00:00:00 2001 From: Christian Olsen <9137189+Chrede88@users.noreply.github.com> Date: Thu, 9 Nov 2023 17:53:41 +0100 Subject: [PATCH] :bookmark: preparing release v1.5.3 --- CHANGELOG.md | 8 +++++++- assets/css/compiled/main.css | 2 +- assets/css/main.css | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6feb048..dcc635a 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.5.3] - 2023-11-09 + +### Golang +- Support for Go v1.21.4 + ## [1.5.2] - 2023-11-08 ### Hugo @@ -84,7 +89,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.5.2...HEAD +[unreleased]: https://github.com/Chrede88/L1nkr/compare/v1.5.3...HEAD +[1.5.3]: https://github.com/Chrede88/L1nkr/compare/v1.5.2...v1.5.3 [1.5.2]: https://github.com/Chrede88/L1nkr/compare/v1.5.1...v1.5.2 [1.5.1]: https://github.com/Chrede88/L1nkr/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/Chrede88/L1nkr/compare/v1.4.0...v1.5.0 diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index d647091..5c1a05c 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,4 +1,4 @@ -/*! L1nkr v1.5.2| MIT License | https://github.com/Chrede88/L1nkr */ +/*! L1nkr v1.5.3| 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 d66594a..77d43e4 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,4 +1,4 @@ -/*! L1nkr v1.5.2| MIT License | https://github.com/Chrede88/L1nkr */ +/*! L1nkr v1.5.3| MIT License | https://github.com/Chrede88/L1nkr */ @tailwind base; @tailwind components; diff --git a/package.json b/package.json index 019a5ab..41645e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "l1nkr", - "version": "1.5.2", + "version": "1.5.3", "description": "L1nkr theme for Hugo", "main": "index.js", "scripts": {