From 675bc01d29b7918c2006cd70788df318e4a4b0c0 Mon Sep 17 00:00:00 2001 From: Ollie Beumkes Date: Thu, 6 Apr 2023 10:50:08 +0100 Subject: [PATCH] Preparing for release 13.6.0 --- CHANGELOG.md | 12 +++++++----- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6716ad8826..4109002da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,20 @@ # Changelog ## Unreleased +## 13.6.0 ### New features -- [#2049: Migrate changed files if possible](https://github.com/alphagov/govuk-prototype-kit/pull/2049) - Converts the following files if possible during migration: - - application.js - - filters.js +- [#2088: Plugin authors can now use scripts with type module](https://github.com/alphagov/govuk-prototype-kit/pull/2049) ### Fixes -- [#2085: Update page titles for template pages](https://github.com/alphagov/govuk-prototype-kit/pull/2085) +- [#2085: Update page titles for template pages](https://github.com/alphagov/govuk-prototype-kit/pull/2085) +- [#2049: Migrate changed files if possible](https://github.com/alphagov/govuk-prototype-kit/pull/2049) + Converts the following files if possible during migration: + - application.js + - filters.js ## 13.5.0 ### New features diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b2641a4564..b082fa29f0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "govuk-prototype-kit", - "version": "13.5.0", + "version": "13.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "govuk-prototype-kit", - "version": "13.5.0", + "version": "13.6.0", "dependencies": { "ansi-colors": "^4.1.3", "body-parser": "^1.20.1", diff --git a/package.json b/package.json index c053288232..2806f64eed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "govuk-prototype-kit", "description": "Rapidly create HTML prototypes of GOV.UK services", - "version": "13.5.0", + "version": "13.6.0", "engines": { "node": "^16.x || >= 18.x" },