Skip to content

Commit

Permalink
Merge pull request #909 from alphagov/release-v9.7.0
Browse files Browse the repository at this point in the history
Release v9.7.0
  • Loading branch information
36degrees authored Jun 1, 2020
2 parents c4dd80b + 614daec commit d6f671e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Unreleased

# 9.7.0 (Feature release)

## New features

- [Pull request #901: Add support for Node v14](https://github.com/alphagov/govuk-prototype-kit/pull/901)
- [Pull request #908: Update to GOV.UK Frontend v3.7.0](https://github.com/alphagov/govuk-prototype-kit/pull/908)

# 9.6.1 (Patch release)

## Fixes

- [Pull request #884: Bump nunjucks from v3.1.3 to v3.2.1](https://github.com/alphagov/govuk-prototype-kit/pull/884)
- [Pull request #885: Update various dependencies and fix linting offences](https://github.com/alphagov/govuk-prototype-kit/pull/885)

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.6.1
9.7.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.6.1",
"version": "9.7.0",
"private": true,
"engines": {
"node": "^12.0.0"
Expand Down

0 comments on commit d6f671e

Please sign in to comment.