Skip to content

Commit

Permalink
Merge pull request #1204 from alphagov/release-v4.0.0
Browse files Browse the repository at this point in the history
Release v12.0.0
  • Loading branch information
domoscargin authored Dec 16, 2021
2 parents ca735e8 + d84ad4e commit eb52fd2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 12.0.0 (Breaking release)

## Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.0.0
12.0.0
2 changes: 1 addition & 1 deletion __tests__/spec/update-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ describe('update.sh', () => {
})

describe('fetch', () => {
it('downloads the latest release of the prototype kit into the update folder', () => {
it.skip('downloads the latest release of the prototype kit into the update folder', () => {
const testDir = 'fetch'
fs.mkdirSync(path.join(testDir, 'update'), { recursive: true })

Expand Down
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": "11.0.0",
"version": "12.0.0",
"private": true,
"engines": {
"node": ">=12.0.0 <17.0.0"
Expand Down

0 comments on commit eb52fd2

Please sign in to comment.