Skip to content

Commit 3fc531e

Browse files
committed
Move unreleased changes to 1.6.0
1 parent 8236281 commit 3fc531e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [[ 1.6.0 ]] - 2020-12-05
88
### Changed
99
- Migrate to dart sass from node-sass (see [LibSass is Deprecated](https://sass-lang.com/blog/libsass-is-deprecated))
10+
- 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)
1011

1112
## [[1.5.1]] - 2020-11-15
1213
### Updated

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hugo-theme-bootstrap4-blog",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "A Bootstrap v4 theme for the Hugo static site generator.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)