From a7d79e17e53318e531b433accd6948937ceb2702 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 30 Oct 2024 09:11:31 +0000 Subject: [PATCH] chore(release): 3.0.1 [skip ci] ## [3.0.1](https://github.com/ministryofjustice/moj-frontend/compare/v3.0.0...v3.0.1) (2024-10-30) ### Bug Fixes * **header:** coat of arms updates ([#888](https://github.com/ministryofjustice/moj-frontend/issues/888)) ([24ddc23](https://github.com/ministryofjustice/moj-frontend/commit/24ddc23fea560e9584222ef4d3f76ac5b77b7711)) --- CHANGELOG.md | 7 +++++++ package/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f3c1494..f331c3100 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.1](https://github.com/ministryofjustice/moj-frontend/compare/v3.0.0...v3.0.1) (2024-10-30) + + +### Bug Fixes + +* **header:** coat of arms updates ([#888](https://github.com/ministryofjustice/moj-frontend/issues/888)) ([24ddc23](https://github.com/ministryofjustice/moj-frontend/commit/24ddc23fea560e9584222ef4d3f76ac5b77b7711)) + # [3.0.0](https://github.com/ministryofjustice/moj-frontend/compare/v2.2.4...v3.0.0) (2024-10-28) diff --git a/package/package.json b/package/package.json index 00dc4bf24..bb23df72a 100755 --- a/package/package.json +++ b/package/package.json @@ -1,7 +1,7 @@ { "name": "@ministryofjustice/frontend", "description": "The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services.", - "version": "3.0.0", + "version": "3.0.1", "main": "moj/all.js", "sass": "moj/all.scss", "engines": {