diff --git a/CHANGELOG.md b/CHANGELOG.md index aac853ddd..56648e648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # NHS.UK frontend Changelog -## Unreleased +## 8.1.1 - 14 March 2024 :wrench: **Fixes** diff --git a/package-lock.json b/package-lock.json index c4d25d4b6..8b3574a93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nhsuk-frontend", - "version": "8.1.0", + "version": "8.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nhsuk-frontend", - "version": "8.1.0", + "version": "8.1.1", "license": "MIT", "devDependencies": { "@babel/core": "^7.18.6", diff --git a/package.json b/package.json index 71b9699ce..9008bafe0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nhsuk-frontend", - "version": "8.1.0", + "version": "8.1.1", "description": "NHS.UK frontend contains the code you need to start building user interfaces for NHS websites and services.", "scripts": { "prepare": "gulp bundle",