diff --git a/CHANGELOG.md b/CHANGELOG.md index 3306668d..039d3d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,14 @@ All notable changes to this project will be documented in this file. -## v0.2.15 +## v0.2.16 + +- **Full Changelog:** @Lruihao [`v0.2.15...v0.2.16`](https://github.com/hugo-fixit/FixIt/compare/v0.2.15...v0.2.16) + ## v0.2.15 [2022.8.4] > Add content encryption feature(pages, partial), total word count, enhance auto toc, developer options and more. -> Snapshot: +> Snapshot: - :truck: Feat: ransfer repository from Lruihao to hugo-fixit - :tada: Feat: add content encryption of pages ([#123](https://github.com/hugo-fixit/FixIt/issues/123)) diff --git a/layouts/partials/init/index.html b/layouts/partials/init/index.html index 31b2311e..54134258 100644 --- a/layouts/partials/init/index.html +++ b/layouts/partials/init/index.html @@ -1,4 +1,4 @@ -{{- .Scratch.Set "version" "v0.2.15" -}} +{{- .Scratch.Set "version" "v0.2.16-RC" -}} {{- .Scratch.Set "params" (.Params | merge .Site.Params.page) -}} {{- .Scratch.Set "this" dict -}} diff --git a/package-lock.json b/package-lock.json index 04bac81b..362d57a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fixit-src", - "version": "0.2.15", + "version": "0.2.16-RC", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fixit-src", - "version": "0.2.15", + "version": "0.2.15-RC", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 8404b280..47921237 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fixit-src", - "version": "0.2.15", + "version": "0.2.16-RC", "description": "FixIt theme source files", "private": true, "dependencies": {},