diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb65040..94a41573 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.3](https://github.com/ministryofjustice/moj-frontend/compare/v2.1.2...v2.1.3) (2024-05-07) + + +### Bug Fixes + +* package.json & package-lock.json to reduce vulnerabilities ([#592](https://github.com/ministryofjustice/moj-frontend/issues/592)) ([d815589](https://github.com/ministryofjustice/moj-frontend/commit/d815589db25e8cb958484e24ce21885d3893f5ee)) + ## [2.1.2](https://github.com/ministryofjustice/moj-frontend/compare/v2.1.1...v2.1.2) (2024-03-13) diff --git a/package/package.json b/package/package.json index 7f135e14..2d36404f 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.1.2", + "version": "2.1.3", "main": "moj/all.js", "sass": "moj/all.scss", "engines": {