Skip to content

Commit

Permalink
Merge pull request #838 from alphagov/release-9-4-0
Browse files Browse the repository at this point in the history
Release v9.4.0
  • Loading branch information
36degrees authored Nov 19, 2019
2 parents bcff77f + d613392 commit d3f3db1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Unreleased
# 9.4.0 (Feature release)

## New features

- [Pull request #837: Update GOV.UK Frontend to version 3.4.0](https://github.com/alphagov/govuk-prototype-kit/pull/837).

## 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)

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.3.0
9.4.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d3f3db1

Please sign in to comment.