diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c1dbbe6..b9fcf5fee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,10 @@ # NHS prototype kit Changelog -## [Unreleased] +## 5.3.0 - 14 February 2025 +- Update NHS Frontend to version 9.3.0, which includes a new Panel component - Use strict https and automatic http to https redirects in production mode - ([PR 410](https://github.com/nhsuk/nhsuk-prototype-kit/pull/410)) - -### Updated - -- Updated .devcontainer to remove the image attribute ([PR 451](https://github.com/nhsuk/nhsuk-prototype-kit/pull/451)) +- Update .devcontainer to remove the image attribute ([PR 451](https://github.com/nhsuk/nhsuk-prototype-kit/pull/451)) ## 5.2.0 - 13 December 2024 diff --git a/package-lock.json b/package-lock.json index 127649868..fec02789d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nhsuk-prototype-kit", - "version": "5.2.0", + "version": "5.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nhsuk-prototype-kit", - "version": "5.2.0", + "version": "5.3.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 93a7bc83c..6277d8a42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nhsuk-prototype-kit", - "version": "5.2.0", + "version": "5.3.0", "description": "Rapidly create HTML prototypes of NHS websites and services.", "main": "app.js", "scripts": {