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": {