From 9e0b00038a7a91b78b7cb8cc6f6351f28ed5a9d0 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 19 Mar 2020 15:29:30 +0200 Subject: [PATCH] Version 1.4.1 And oops, I had forgotten to bump the version in package.json for v1.4.0. --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd1ff8e..af21c3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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 changes +## [[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.json b/package.json index 41071e5..6bd78d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-theme-bootstrap4-blog", - "version": "1.3.3", + "version": "1.4.1", "description": "A Bootstrap v4 theme for the Hugo static site generator.", "repository": { "type": "git",