🔖 Chore(release): 0.2.16

This commit is contained in:
Cell
2022-09-24 22:57:28 +08:00
parent 4cc2a820e5
commit f40297b8d9
4 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -3,7 +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.16
## 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: <>
@@ -63,6 +63,8 @@ All notable changes to this project will be documented in this file.
- Update algoliasearch from 4.13.0 to 4.14.2
- :wrench: Chore(deps-dev):
- Remove dependencies: minimist, babel-preset-minify
- Bump core-js from 3.24.1 to 3.25.2 (@dependabot[#201](https://github.com/hugo-fixit/FixIt/pull/201))
- Bump @babel/core from 7.18.10 to 7.19.1 (@dependabot[#202](https://github.com/hugo-fixit/FixIt/pull/202))
- **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]
+1 -1
View File
@@ -1,4 +1,4 @@
{{- .Scratch.Set "version" "v0.2.16-RC" -}}
{{- .Scratch.Set "version" "v0.2.16" -}}
{{- .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.16-RC",
"version": "0.2.16",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "fixit-src",
"version": "0.2.16-RC",
"version": "0.2.16",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.18.10",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "fixit-src",
"version": "0.2.16-RC",
"version": "0.2.16",
"description": "FixIt theme source files",
"private": true,
"devDependencies": {