🔖 Chore: release v0.2.15

This commit is contained in:
Cell
2022-08-04 10:10:38 +08:00
parent cf61466629
commit 5fd4be7aea
4 changed files with 19 additions and 27 deletions
+1
View File
@@ -3,6 +3,7 @@ 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.15 [2022.8.4]
> Add content encryption feature(pages, partial), total word count, enhance auto toc, developer options and more.
> Snapshot:
+1 -1
View File
@@ -1,4 +1,4 @@
{{- .Scratch.Set "version" "v0.2.15-RC" -}}
{{- .Scratch.Set "version" "v0.2.15" -}}
{{- .Scratch.Set "params" (.Params | merge .Site.Params.page) -}}
{{- .Scratch.Set "this" dict -}}
+16 -22
View File
@@ -1,12 +1,12 @@
{
"name": "fixit-src",
"version": "0.2.15-RC",
"version": "0.2.15",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "fixit-src",
"version": "0.2.15-RC",
"version": "0.2.15",
"hasInstallScript": true,
"license": "MIT",
"devDependencies": {
@@ -1034,9 +1034,9 @@
}
},
"node_modules/electron-to-chromium": {
"version": "1.4.210",
"resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.210.tgz",
"integrity": "sha512-kSiX4tuyZijV7Cz0MWVmGT8K2siqaOA4Z66K5dCttPPRh0HicOcOAEj1KlC8O8J1aOS/1M8rGofOzksLKaHWcQ==",
"version": "1.4.211",
"resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.211.tgz",
"integrity": "sha512-BZSbMpyFQU0KBJ1JG26XGeFI3i4op+qOYGxftmZXFZoHkhLgsSv4DHDJfl8ogII3hIuzGt51PaZ195OVu0yJ9A==",
"dev": true
},
"node_modules/@babel/parser": {
@@ -3845,7 +3845,9 @@
}
},
"node_modules/minimist": {
"version": "^1.2.5",
"version": "1.2.6",
"resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.6.tgz",
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
"dev": true
},
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
@@ -7277,12 +7279,7 @@
"requires": {
"acorn-node": "^1.8.2",
"defined": "^1.0.0",
"minimist": "^1.2.5"
},
"dependencies": {
"minimist": {
"version": "^1.2.5"
}
"minimist": "^1.2.6"
}
},
"diffie-hellman": {
@@ -7332,9 +7329,9 @@
}
},
"electron-to-chromium": {
"version": "1.4.210",
"resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.210.tgz",
"integrity": "sha512-kSiX4tuyZijV7Cz0MWVmGT8K2siqaOA4Z66K5dCttPPRh0HicOcOAEj1KlC8O8J1aOS/1M8rGofOzksLKaHWcQ==",
"version": "1.4.211",
"resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.211.tgz",
"integrity": "sha512-BZSbMpyFQU0KBJ1JG26XGeFI3i4op+qOYGxftmZXFZoHkhLgsSv4DHDJfl8ogII3hIuzGt51PaZ195OVu0yJ9A==",
"dev": true
},
"elliptic": {
@@ -8133,7 +8130,9 @@
}
},
"minimist": {
"version": "^1.2.5",
"version": "1.2.6",
"resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.6.tgz",
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
"dev": true
},
"mkdirp-classic": {
@@ -8783,12 +8782,7 @@
"integrity": "sha512-RIrIdRY0X1xojthNcVtgT9sjpOGagEUKpZdgBUi054OEPFo282yg+zE+t1Rj3+RqKq2xStL7uUHhY+AjbC4BXg==",
"dev": true,
"requires": {
"minimist": "^1.2.5"
},
"dependencies": {
"minimist": {
"version": "^1.2.5"
}
"minimist": "^1.1.0"
}
},
"supports-color": {
+1 -4
View File
@@ -1,6 +1,6 @@
{
"name": "fixit-src",
"version": "0.2.15-RC",
"version": "0.2.15",
"description": "FixIt theme source files",
"private": true,
"dependencies": {},
@@ -28,9 +28,6 @@
"algolia": "atomic-algolia",
"update:docs": "git submodule update --remote --merge && git add docs && git commit -m ':memo: Docs: update FixIt theme Docs'"
},
"resolutions": {
"minimist": "^1.2.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hugo-fixit/FixIt.git"