Skip to content

Commit

Permalink
Merge pull request #1919 from alphagov/release-13.2.0
Browse files Browse the repository at this point in the history
Preparing for release 13.2.0
  • Loading branch information
nataliecarey authored Jan 19, 2023
2 parents f544e5c + 857fb34 commit 0843535
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 24 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 13.2.0

### New features

- [#1906: Improved messaging when creating a prototype](https://github.com/alphagov/govuk-prototype-kit/pull/1906)
Expand Down
4 changes: 2 additions & 2 deletions internal_docs/releasing/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ v8.0.0 // After implementing backwards incompatible changes

5. If the major version has changed make sure it's updated for the plugins in `GOVUKPrototypeKit.majorVersion` (JS) and `$govuk-prototype-kit-major-version` (SASS).

6. Update the [CHANGELOG.md](/CHANGELOG.md) by:
6. Update the [CHANGELOG.md](../../CHANGELOG.md) by:

- adding the text of the release notes under the 'Unreleased' heading
- changing the 'Unreleased' heading to the new version-number - for example, '12.0.1'
- adding a new 'Unreleased' heading above the new version-number, so users will know where to add PRs to the changelog

7. Update the version number in [package.json](/package.json#L4).
7. Update the version number in [package.json](../../package.json).

8. Run `npm install` to update `npm-shrinkwrap.json`.

Expand Down
23 changes: 2 additions & 21 deletions npm-shrinkwrap.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": "13.1.0",
"version": "13.2.0",
"engines": {
"node": "^16.x || >= 18.x"
},
Expand Down

0 comments on commit 0843535

Please sign in to comment.