From 6c6b3665ba0b79c16786788a399368675d9b9d6f Mon Sep 17 00:00:00 2001 From: BRETT KYLE Date: Tue, 2 Nov 2021 13:46:02 +0000 Subject: [PATCH] Release 10.0.0 --- CHANGELOG.md | 18 +++++++++++++++++- VERSION.txt | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e90c376f..b246422f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,23 @@ -# Unreleased +# 10.0.0 (Breaking release) ## Breaking changes +You must make the following changes if you’re running Node.js 10 and you update to this release, or your prototype may break. + +### Update from Node.js 10 + +You can no longer run the GOV.UK Prototype Kit on Node.js 10. + +If you currently run Node.js 10, you'll need to upgrade to a newer version. + +We recommend using version 16. You can find more information on the [Prototype Kit requirements page](https://govuk-prototype-kit.herokuapp.com/docs/install/requirements.md). + +### Upgrade Notify client library from version 4.7.2 to 5.1.0 + +We have updated the Notify client library to version 5.1.0. This may break existing prototypes that are using the Notify client. Big thanks to [David McDonald](https://github.com/idavidmcdonald). + +## Breaking change pull requests + - [Pull request #925: Upgrade Notify client library from 4.7.2 to 5.1.0](https://github.com/alphagov/govuk-prototype-kit/pull/925). This may break existing prototypes which are using the Notify client. If you have any issues, please [contact the GOV.UK Prototype Kit team](https://design-system.service.gov.uk/get-in-touch/). - [Pull request #1127: Update to Node 16 and drop support for Node 10](https://github.com/alphagov/govuk-prototype-kit/pull/1127) diff --git a/VERSION.txt b/VERSION.txt index a4fac8e376..a13e7b9c87 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -9.15.0 +10.0.0 diff --git a/package.json b/package.json index 7c03a04fc6..5edf37c497 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.15.0", + "version": "10.0.0", "private": true, "engines": { "node": ">=12.0.0 <17.0.0"