Skip to content

Commit

Permalink
Update package.json to 3.14.0
Browse files Browse the repository at this point in the history
We released 3.14.0 from the support/3.x branch. We now need to
make sure `main` is in sync and includes all of the changes that
were released in 3.14.0.

The release notes were updated in a separate PR: #2369
The changes themselves were already merged into `main` as we
were trialling the support branch release process in a slightly artificial scenario and we decided
to do this only after the changes were already in `main`.

That therefore leaves updating the package/package.json file so it's in sync with the latest
release version
  • Loading branch information
Vanita Barrett committed Oct 4, 2021
1 parent e904917 commit d1fa912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "govuk-frontend",
"description": "GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.",
"version": "3.13.1",
"version": "3.14.0",
"main": "govuk/all.js",
"sass": "govuk/all.scss",
"engines": {
Expand Down

0 comments on commit d1fa912

Please sign in to comment.