diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a1020dc..80fcd7a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. ## v0.2.18-lts +> **Note** +> FixIt 0.2.18 will reach End of Life (EOL) on December 31st, 2024. After that date, FixIt 0.2.18 will no longer receive updates, including security and browser compatibility fixes. +> Please stay tuned for the next version of FixIt under development! + - :sparkles: Feat: add code block attributes support ([#330](https://github.com/hugo-fixit/FixIt/issues/330)) - :bug: Fix: use dateFormat function to render localized dates (@stefanoginobili [#355](https://github.com/hugo-fixit/FixIt/pull/355)) - :lipstick: Style: update define list style @@ -24,6 +28,7 @@ All notable changes to this project will be documented in this file. - Update Waline from 2.14.7 to 2.15.8 - Update simple-icons from 7.12.0 to 9.19.0 - :arrow_up: Chore(deps-dev): update and pin all development dependency versions +- **Full Changelog:** @Lruihao [`v0.2.18...v0.2.18-lts.2`](https://github.com/hugo-fixit/FixIt/compare/v0.2.18...v0.2.18-lts.2) ## v0.2.18 [2023.3.31] diff --git a/layouts/partials/init/index.html b/layouts/partials/init/index.html index 1ea15d15..48817d07 100644 --- a/layouts/partials/init/index.html +++ b/layouts/partials/init/index.html @@ -1,4 +1,4 @@ -{{- .Scratch.Set "version" "v0.2.18-lts.1" -}} +{{- .Scratch.Set "version" "v0.2.18-lts.2" -}} {{- .Scratch.Set "params" (.Params | merge .Site.Params.page) -}} {{- .Scratch.Set "this" dict -}} diff --git a/package-lock.json b/package-lock.json index 07a66ad1..8ef7566f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fixit-src", - "version": "0.2.18", + "version": "0.2.18-lts.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fixit-src", - "version": "0.2.18", + "version": "0.2.18-lts.2", "license": "MIT", "devDependencies": { "@babel/cli": "7.23.0", diff --git a/package.json b/package.json index fb609fe8..73576830 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fixit-src", - "version": "0.2.18", + "version": "0.2.18-lts.2", "description": "FixIt theme source files", "private": true, "devDependencies": {