diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d2204a11b..039f08222a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Unreleased +# 9.14.0 (Feature release) + +## New features + +- [Pull request #1036: Update to GOV.UK Frontend v3.13.0](https://github.com/alphagov/govuk-prototype-kit/pull/1036) + # 9.13.0 (Feature release) ## New features diff --git a/VERSION.txt b/VERSION.txt index 69c3ec6530..7961dfd420 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -9.13.0 +9.14.0 diff --git a/package.json b/package.json index ebaf77aa84..18f380a8de 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": "9.13.0", + "version": "9.14.0", "private": true, "engines": { "node": ">=10.0.0 <16.0.0"