📝 Docs: update changelog and update version to v0.2.16-RC

This commit is contained in:
Cell
2022-08-04 10:38:09 +08:00
parent 5fd4be7aea
commit 08374c06e8
4 changed files with 9 additions and 6 deletions
+5 -2
View File
@@ -2,11 +2,14 @@
All notable changes to this project will be documented in this file.
<!-- Releases see https://github.com/hugo-fixit/FixIt/releases -->
## 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: <https://fixit-hvd1rg4ba-x-cell.vercel.app>
- :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))
+1 -1
View File
@@ -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 -}}
+2 -2
View File
@@ -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": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "fixit-src",
"version": "0.2.15",
"version": "0.2.16-RC",
"description": "FixIt theme source files",
"private": true,
"dependencies": {},