diff --git a/CHANGELOG.md b/CHANGELOG.md index 42ade7a7..926b9760 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.2.0](https://github.com/ministryofjustice/moj-frontend/compare/v3.1.0...v3.2.0) (2024-12-10) + + +### Features + +* Add interruption card ([#988](https://github.com/ministryofjustice/moj-frontend/issues/988)) ([506bf09](https://github.com/ministryofjustice/moj-frontend/commit/506bf093af938218bc9c63bd9b6d807c1dc06cd0)), closes [#930](https://github.com/ministryofjustice/moj-frontend/issues/930) [#956](https://github.com/ministryofjustice/moj-frontend/issues/956) + # [3.1.0](https://github.com/ministryofjustice/moj-frontend/compare/v3.0.3...v3.1.0) (2024-11-26) diff --git a/package/package.json b/package/package.json index ddaa14c3..7726d814 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.1.0", + "version": "3.2.0", "main": "moj/all.js", "sass": "moj/all.scss", "engines": {