Skip to content

Commit

Permalink
NOJIRA create new release (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarduignan committed Sep 15, 2023
1 parent 6f8f41f commit 87d4e7b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [5.47.0] - 2023-09-15

### Changed

- Added some config for latest versions of prototype kit

## [5.46.0] - 2023-08-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
@@ -1,10 +1,10 @@
{
"name": "hmrc-frontend",
"version": "5.46.0",
"version": "5.47.0",
"description": "Design patterns for HMRC frontends",
"scripts": {
"start": "gulp dev",
"test:build:package": "jest tasks/gulp/__tests__/after-build-package.test.js && npx govuk-prototype-kit@latest validate-plugin package",
"test:build:package": "jest tasks/gulp/__tests__/after-build-package.test.js",
"test:build:dist": "jest tasks/gulp/__tests__/after-build-dist.test.js",
"test:build:webjar": "jest tasks/gulp/__tests__/after-build-webjar.test.js",
"build:package": "gulp buildPackage --destination 'package' && npm run test:build:package",
Expand Down

0 comments on commit 87d4e7b

Please sign in to comment.