diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ff500..6c73918 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.4.0] - 2023-11-06 + +### Added +- Support for site healthcheck, at URL/healthcheck.json + ## [1.3.4] - 2023-11-02 ### Hugo @@ -64,7 +69,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.3.4...HEAD +[unreleased]: https://github.com/Chrede88/L1nkr/compare/v1.4.0...HEAD +[1.4.0]: https://github.com/Chrede88/L1nkr/compare/v1.3.4...v1.4.0 [1.3.4]: https://github.com/Chrede88/L1nkr/compare/v1.3.3...v1.3.4 [1.3.3]: https://github.com/Chrede88/L1nkr/compare/v1.3.2...v1.3.3 [1.3.2]: https://github.com/Chrede88/L1nkr/compare/v1.3.1...v1.3.2 diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 1268736..3a4ea90 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,4 +1,4 @@ -/*! L1nkr v1.3.4 | MIT License | https://github.com/Chrede88/L1nkr */ +/*! L1nkr v1.4.0 | 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 38eed81..e0e66d0 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,4 +1,4 @@ -/*! L1nkr v1.3.4 | MIT License | https://github.com/Chrede88/L1nkr */ +/*! L1nkr v1.4.0 | MIT License | https://github.com/Chrede88/L1nkr */ @tailwind base; @tailwind components; diff --git a/package.json b/package.json index 80036a2..1866c9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "l1nkr", - "version": "1.3.4", + "version": "1.4.0", "description": "L1nkr theme for Hugo", "main": "index.js", "scripts": {