From 8c51bd29a258d8b7fbd5a6b5e8d5b115d4f43a89 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 May 2024 09:04:55 +0000 Subject: [PATCH] chore(release): 2.1.3 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {