From ada7ac5f17ce0947dfe1ad0bccf6ee88bbd7bbfd Mon Sep 17 00:00:00 2001 From: BRETT KYLE Date: Tue, 2 Nov 2021 13:27:35 +0000 Subject: [PATCH] Upgrade notify client to version 5.1.0 No changes needed to the prototype documentation but this will mean that when a user integrates their code with Notify and needs to look at the Notify documentation, that the version of the Notify client they have installed is the one used for the Notify documentation. We don't publish older versions of the docs on our main website, although it will still be available in git. --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 084e783b91..b8e90c376f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Breaking changes +- [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) ## Fixes diff --git a/package.json b/package.json index b70fe97294..7c03a04fc6 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "keypather": "^3.0.0", "marked": "^3.0.8", "node-sass": "^6.0.1", - "notifications-node-client": "^4.7.2", + "notifications-node-client": "^5.1.0", "nunjucks": "^3.2.1", "portscanner": "^2.1.1", "require-dir": "^1.0.0",