diff --git a/CHANGELOG.md b/CHANGELOG.md index af21c3d..f4b120e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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). +## [[1.4.2]] - 2020-03-22 +### Fixed +- Encoding of dates in HTML (@alanorth) + ## [[1.4.1]] - 2020-03-19 ### Updated - npm dependencies: rtlcss 2.5.0, webpack 4.42.0, fontawesome solid icons 5.12.1 diff --git a/package-lock.json b/package-lock.json index 1319a42..0a00557 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hugo-theme-bootstrap4-blog", - "version": "1.3.3", + "version": "1.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6bd78d8..a4d8527 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-theme-bootstrap4-blog", - "version": "1.4.1", + "version": "1.4.2", "description": "A Bootstrap v4 theme for the Hugo static site generator.", "repository": { "type": "git",