From a8496123049ddab6c85762136bc2369114623240 Mon Sep 17 00:00:00 2001 From: Daniel Brierton Date: Tue, 21 Dec 2021 09:03:43 +0000 Subject: [PATCH] Bump version to 1.4.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c604e..cb16ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ _The format of this document is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)._ +## [v1.4.0](https://github.com/RaspberryPiFoundation/Bits/compare/v1.3.3...v1.4.0) - 2021-12-21 + +### Changed + +- Updated brand colours + ## [v1.3.3](https://github.com/RaspberryPiFoundation/Bits/compare/v1.3.2...v1.3.3) - 2020-02-18 ### Changed diff --git a/package.json b/package.json index 6f08520..f89e2b5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/RaspberryPiFoundation/Bits.git" }, - "version": "1.3.3", + "version": "1.4.0", "main": "lib/index.js", "files": [ "lib",