diff --git a/CHANGELOG.md b/CHANGELOG.md index 92037186..1a680a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. -## 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] diff --git a/layouts/partials/init/index.html b/layouts/partials/init/index.html index 54134258..c844adbf 100644 --- a/layouts/partials/init/index.html +++ b/layouts/partials/init/index.html @@ -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 -}} diff --git a/package-lock.json b/package-lock.json index 1183d4f1..fd430e90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 85b1523c..d8cc06fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fixit-src", - "version": "0.2.16-RC", + "version": "0.2.16", "description": "FixIt theme source files", "private": true, "devDependencies": {