From d4fdfc3ff24541f361acec1621c630078dd68836 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Sat, 24 Sep 2022 23:11:38 +0800 Subject: [PATCH] :construction: Chore: update version to 0.2.17-RC --- CHANGELOG.md | 8 +++++++- layouts/partials/init/index.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a680a71..8f8301bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,16 @@ All notable changes to this project will be documented in this file. +## v0.2.17 + +> Snapshot: <> + +- **Full Changelog:** @Lruihao [`v0.2.16...v0.2.17`](https://github.com/hugo-fixit/FixIt/compare/v0.2.16...v0.2.17) + ## v0.2.16 [2022.9.24] > This version fixes several bugs, adds a few new features and SEO optimizations, and refactors part of the project structure and code. -> Snapshot: <> +> Snapshot: - :tada: Feat: add reading progress bar support ([#191](https://github.com/hugo-fixit/FixIt/issues/191)) - :tada: Feat: add b2t scroll percent support ([#192](https://github.com/hugo-fixit/FixIt/issues/192)) diff --git a/layouts/partials/init/index.html b/layouts/partials/init/index.html index c844adbf..d23ddf43 100644 --- a/layouts/partials/init/index.html +++ b/layouts/partials/init/index.html @@ -1,4 +1,4 @@ -{{- .Scratch.Set "version" "v0.2.16" -}} +{{- .Scratch.Set "version" "v0.2.17-RC" -}} {{- .Scratch.Set "params" (.Params | merge .Site.Params.page) -}} {{- .Scratch.Set "this" dict -}} diff --git a/package-lock.json b/package-lock.json index fd430e90..878e38e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fixit-src", - "version": "0.2.16", + "version": "0.2.17-RC", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fixit-src", - "version": "0.2.16", + "version": "0.2.17-RC", "license": "MIT", "devDependencies": { "@babel/cli": "^7.18.10", diff --git a/package.json b/package.json index d8cc06fc..4cd9386f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fixit-src", - "version": "0.2.16", + "version": "0.2.17-RC", "description": "FixIt theme source files", "private": true, "devDependencies": {