From 13d38aad9cb46eea0997880813d872bfef68a57e Mon Sep 17 00:00:00 2001 From: Andrea DeMers Date: Sat, 23 Apr 2022 13:11:50 -0400 Subject: [PATCH] Fix changelog & Version 1.4.2 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c705f7..8b7a420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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.0 2022-03-02 +## 1.4.2 2022-04-23 +### Fixed +- Fix changelog. +## 1.4.1 2022-04-23 ### Changed - Update Craft CMS to 3.7.38. - Update Craft plugins to latest versions. @@ -13,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update Alpine JS to 3.10.2. - Update NPM packages. - Change Favicon to match site logo. - +## 1.4.0 2022-03-02 ### Added - Add Prettier for code formatting.