From 3fc531eb6686578943766562a7151bc1568deab9 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 5 Dec 2020 19:01:52 +0200 Subject: [PATCH] Move unreleased changes to 1.6.0 --- CHANGELOG.md | 3 ++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f20ae2b..26edba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [[ 1.6.0 ]] - 2020-12-05 ### Changed - Migrate to dart sass from node-sass (see [LibSass is Deprecated](https://sass-lang.com/blog/libsass-is-deprecated)) +- Use new [figure shortcode](https://cpbotha.net/2020/05/02/drop-in-replacement-for-hugo-figure-shortcode-with-responsive-img-srcset/a) that automatically processes images in a post's page bundle to multiple resolutions and outputs an appropriate img srcset (falls back to getting images from static dir) ## [[1.5.1]] - 2020-11-15 ### Updated diff --git a/package-lock.json b/package-lock.json index f01f622..e6cd222 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hugo-theme-bootstrap4-blog", - "version": "1.5.1", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 097173e..638ce24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-theme-bootstrap4-blog", - "version": "1.5.1", + "version": "1.6.0", "description": "A Bootstrap v4 theme for the Hugo static site generator.", "repository": { "type": "git",