diff --git a/CHANGELOG.md b/CHANGELOG.md index c911e66c6d..a2b860c88f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# 6.3.0 + +New features: + +- [#430 Recommend Atom over Sublime text](https://github.com/alphagov/govuk_prototype_kit/pull/430) +- [#415 Update to govuk-elements-sass v3.1.1](https://github.com/alphagov/govuk_prototype_kit/pull/415) +- [#422 fix(package): update govuk_template_jinja to version 0.22.3](https://github.com/alphagov/govuk_prototype_kit/pull/422) +- [#401 Update govuk_template_jinja to 0.22.2](https://github.com/alphagov/govuk_prototype_kit/pull/401) +- [#409 Update govuk_frontend_toolkit to 7.0.0](https://github.com/alphagov/govuk_prototype_kit/pull/409) +- [#406 Add documentation for creating a release](https://github.com/alphagov/govuk_prototype_kit/pull/406) +- [#410 Copyright should be Crown Copyright](https://github.com/alphagov/govuk_prototype_kit/pull/410) +- [#407 Support deprecated check-your-answers table styles](https://github.com/alphagov/govuk_prototype_kit/pull/407) + +Bug fixes: + +- [#431 Remove the Heroku deploy provider from Travis](https://github.com/alphagov/govuk_prototype_kit/pull/431) +- [#405 Upgrade node.js version for Heroku](https://github.com/alphagov/govuk_prototype_kit/pull/405) + # 6.2.0 New features: diff --git a/VERSION.txt b/VERSION.txt index 6abaeb2f90..798e38995c 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -6.2.0 +6.3.0 diff --git a/package.json b/package.json index ff405f384f..c981cb382d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "express-prototype", "description": "GOVUK prototyping app in Express", - "version": "6.2.0", + "version": "6.3.0", "private": true, "engines": { "node": ">=6.11.1 <7.0"