From f2744225f8d8d2a7bb6aa1ea77068ab19fb482ed Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Sep 2024 09:41:53 +0000 Subject: [PATCH] chore(release): 2.2.4 [skip ci] ## [2.2.4](https://github.com/ministryofjustice/moj-frontend/compare/v2.2.3...v2.2.4) (2024-09-25) ### Bug Fixes * **all:** fix compiling of all.js ([#758](https://github.com/ministryofjustice/moj-frontend/issues/758)) ([5ee079b](https://github.com/ministryofjustice/moj-frontend/commit/5ee079bc4a721fcf596ed2c25a28ed89e0a182fe)) --- CHANGELOG.md | 7 +++++++ package/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73fb57a03..c9182e44b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.4](https://github.com/ministryofjustice/moj-frontend/compare/v2.2.3...v2.2.4) (2024-09-25) + + +### Bug Fixes + +* **all:** fix compiling of all.js ([#758](https://github.com/ministryofjustice/moj-frontend/issues/758)) ([5ee079b](https://github.com/ministryofjustice/moj-frontend/commit/5ee079bc4a721fcf596ed2c25a28ed89e0a182fe)) + ## [2.2.3](https://github.com/ministryofjustice/moj-frontend/compare/v2.2.2...v2.2.3) (2024-09-23) diff --git a/package/package.json b/package/package.json index 3f79282b5..1f0985d6b 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": "2.2.3", + "version": "2.2.4", "main": "moj/all.js", "sass": "moj/all.scss", "engines": {