diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a15b37771..1d6a87783f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 12.1.1 (Fix release) + ### Fixes - [#1333: Fix _unchecked falsey value on check your answers page](https://github.com/alphagov/govuk-prototype-kit/pull/1333) diff --git a/VERSION.txt b/VERSION.txt index 77903b35f3..a5545292c4 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -12.1.0 +12.1.1 diff --git a/package-lock.json b/package-lock.json index e4c1ea2af9..8ad891d28f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "govuk-prototype-kit", - "version": "12.1.0", + "version": "12.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "govuk-prototype-kit", - "version": "12.1.0", + "version": "12.1.1", "dependencies": { "acorn": "^8.5.0", "ansi-colors": "^4.1.1", diff --git a/package.json b/package.json index 52dc052235..98082d9a70 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "govuk-prototype-kit", "description": "Rapidly create HTML prototypes of GOV.UK services", - "version": "12.1.0", + "version": "12.1.1", "private": true, "engines": { "node": ">=12.0.0 <17.0.0"