Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v6.3.0
Browse files Browse the repository at this point in the history
joelanman committed Sep 27, 2017
1 parent 129496f commit 1365b6a
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# 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 greenkeeper](https://github.com/alphagov/govuk_prototype_kit/pull/#401)

- [#409 Update govuk_frontend_toolkit to the latest version 🚀 greenkeeper](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)

- [#432 Revert "Fix broken images"](https://github.com/alphagov/govuk_prototype_kit/pull/432)

- [#423 Fix broken images](https://github.com/alphagov/govuk_prototype_kit/pull/423)

- [#405 Upgrade node.js version for Heroku](https://github.com/alphagov/govuk_prototype_kit/pull/#405)

# 6.2.0

New features:
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.0
6.3.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 1365b6a

Please sign in to comment.