Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Orth <alan.orth@gmail.com>2020-03-22 12:17:27 +0300
committerAlan Orth <alan.orth@gmail.com>2020-03-22 12:17:27 +0300
commit9bbfab2f1b01a176243e79f998a2c8bcc13af211 (patch)
treee72d52cfc7c1f9fedf25d791be0d7f3dc4994f96
parentf7d9451aa638628e9113284a5de7edf0489f72e9 (diff)
Version 1.4.2v1.4.2
-rw-r--r--CHANGELOG.md4
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 6 insertions, 2 deletions
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",