diff --git a/CHANGELOG.md b/CHANGELOG.md index 114fdb7c..b09c39e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - Rewrite skin previews on `05-configuration.md` in Liquid template. - Remove unused classes from `_layouts/single.html`. - Migrate npm run scripts to Ruby Rake tasks. +- Add Rake task `version` for updating all hard-coded version numbers from `package.json` all at once. ## [4.25.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.1) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 9424d5f8..2f746169 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -5,7 +5,7 @@ permalink: "/docs/history/" excerpt: Change log of enhancements and bug fixes made to the theme. sidebar: nav: docs -last_modified_at: '2024-05-05T04:36:37+08:00' +last_modified_at: '2024-05-05T05:53:36+08:00' toc: false --- @@ -33,6 +33,7 @@ toc: false - Rewrite skin previews on `05-configuration.md` in Liquid template. - Remove unused classes from `_layouts/single.html`. - Migrate npm run scripts to Ruby Rake tasks. +- Add Rake task `version` for updating all hard-coded version numbers from `package.json` all at once. ## [4.25.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.1)