From 591fbbeba641c90f790fd2231ee93c54294c6053 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Feb 2025 11:34:36 +0000 Subject: [PATCH] chore(release): 3.6.1 [skip ci] ## [3.6.1](https://github.com/ministryofjustice/moj-frontend/compare/v3.6.0...v3.6.1) (2025-02-25) ### Bug Fixes * typo in status label comment ([7078172](https://github.com/ministryofjustice/moj-frontend/commit/70781721fc2f4e96b7e43b89f4d0a8495ed1e23d)) --- CHANGELOG.md | 7 +++++++ package/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d25dbf0c..5ef228a34 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.6.1](https://github.com/ministryofjustice/moj-frontend/compare/v3.6.0...v3.6.1) (2025-02-25) + + +### Bug Fixes + +* typo in status label comment ([7078172](https://github.com/ministryofjustice/moj-frontend/commit/70781721fc2f4e96b7e43b89f4d0a8495ed1e23d)) + # [3.6.0](https://github.com/ministryofjustice/moj-frontend/compare/v3.5.0...v3.6.0) (2025-02-25) diff --git a/package/package.json b/package/package.json index d4fe306d1..0dab03217 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.6.0", + "version": "3.6.1", "main": "moj/all.js", "module": "moj/all.mjs", "sass": "moj/all.scss",