Skip to content

Commit

Permalink
Merge pull request #1721 from alphagov/release-12.3.0
Browse files Browse the repository at this point in the history
Release 12.3.0
  • Loading branch information
lfdebrux authored Oct 26, 2022
2 parents f71ff8d + 69fb800 commit 4770bcf
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
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

0 comments on commit 4770bcf

Please sign in to comment.