From d6133921590e16db266c38f1b01af7d5149cd0b5 Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Tue, 19 Nov 2019 14:38:23 +0000 Subject: [PATCH] Release v9.4.0 --- CHANGELOG.md | 4 ++-- VERSION.txt | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 747da7493b..e5e335d68f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 9.4.0 (Feature release) ## New features @@ -6,7 +6,7 @@ ## Fixes -- [Pull request #815: Prevent exceptions thrown from 'compatibility mode' routes from being silently caught, disabling compatibility mode](https://github.com/alphagov/govuk-prototype-kit/pull/815) +- [Pull request #815: Prevent exceptions thrown from 'compatibility mode' routes from being silently caught, disabling compatibility mode](https://github.com/alphagov/govuk-prototype-kit/pull/815). # 9.3.0 (Feature release) diff --git a/VERSION.txt b/VERSION.txt index b13d146a7b..8148c55948 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -9.3.0 +9.4.0 diff --git a/package.json b/package.json index 313a1b03b4..e4888a76db 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.3.0", + "version": "9.4.0", "private": true, "engines": { "node": "^10.0.0"