From 5bd7b7a17a0a5e4a5019d129d48c7a37f3144293 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Tue, 10 Dec 2024 18:11:37 +0000 Subject: [PATCH] v0.4.0 --- CHANGELOG.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b84fe82..aa2acc9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.3.0...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.4.0...HEAD) ### Added @@ -33,6 +33,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.4.0](https://github.com/nationalarchives/tna-frontend/compare/v0.3.0...v0.4.0) - 2024-12-05 + + + + ## [0.3.0](https://github.com/nationalarchives/tna-frontend/compare/v0.2.18...v0.3.0) - 2024-12-05 ### Added diff --git a/package-lock.json b/package-lock.json index 3125a405..4be7481b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/frontend", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/frontend", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.25.8", diff --git a/package.json b/package.json index eed21f2d..ede7535c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/frontend", - "version": "0.3.0", + "version": "0.4.0", "description": "The National Archives frontend styles", "scripts": { "start": "storybook dev -p 6006",