Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 12.3.0 #1721

Merged
merged 1 commit into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

## Unreleased

### New features
## 12.3.0

### New feature

#### Support for Node 18

The GOV.UK Prototype Kit now supports Node 18 LTS (long term support).

[How to update to the latest version](https://govuk-prototype-kit.herokuapp.com/docs/updating-the-kit)

- [Pull request #1700: Allow Node 18 to be used](https://github.com/alphagov/govuk-prototype-kit/pull/1700)
This change was added in [#1700: Allow Node 18 to be used](https://github.com/alphagov/govuk-prototype-kit/pull/1700).

## 12.2.0

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.2.0
12.3.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "12.2.0",
"version": "12.3.0",
"private": true,
"engines": {
"node": ">=12.0.0 <19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Set the version of the kit that should be downloaded by default
# Update this when making a new release
VERSION="${VERSION:-12.2.0}"
VERSION="${VERSION:-12.3.0}"

# Use unofficial bash strict mode
set -euo pipefail
Expand Down