From ed8bb03bb3561ac5415eca750707a4278326b2df Mon Sep 17 00:00:00 2001 From: MunifTanjim Date: Tue, 24 Jul 2018 20:32:13 +0600 Subject: [PATCH] release [minor]: 2.6.0 --- CHANGELOG.md | 19 ++++++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2746a655..c8586b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ - ... +## [2.6.0] - 2018-07-24 + +### Added + +- French translation improvements +- "extra" placeholder partial for `head` and `footer` +- Italian translation + +### Changed + +- Minimum Hugo version requirement: `v0.45` + +### Fixed + +- "Search: Fuse.js" documentation + ## [2.5.0] - 2018-07-06 ### Added @@ -234,7 +250,8 @@ - Initial stable release -[Unreleased]: https://github.com/MunifTanjim/minimo/compare/2.5.0...HEAD +[Unreleased]: https://github.com/MunifTanjim/minimo/compare/2.6.0...HEAD +[2.6.0]: https://github.com/MunifTanjim/minimo/compare/2.5.0...2.6.0 [2.5.0]: https://github.com/MunifTanjim/minimo/compare/2.4.0...2.5.0 [2.4.0]: https://github.com/MunifTanjim/minimo/compare/v2.3.0...2.4.0 [2.3.0]: https://github.com/MunifTanjim/minimo/compare/v2.2.0...v2.3.0 diff --git a/package-lock.json b/package-lock.json index cf94d534..863414d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "minimo", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0b5647b7..b91601d3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "minimo", "description": "Minimalist theme for Hugo", - "version": "2.5.0", + "version": "2.6.0", "author": { "name": "Munif Tanjim", "url": "https://muniftanjim.com"