From d57ae03d9af9664a51aa6dc8a532fbfb9806f01c Mon Sep 17 00:00:00 2001 From: Adam Silver Date: Mon, 21 Oct 2019 10:28:01 +0100 Subject: [PATCH] Release v0.0.17-alpha --- CHANGELOG.md | 4 ++++ VERSION.md | 2 +- package/package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec36add17..262e0b342 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.0.17-alpha + +- JS can now be imported in things like Webpacks thanks to @gregtyler + ## v0.0.16-alpha - Change pagination arrows to use CSS like the back link. Thanks to @MalcolmVonMoJ. diff --git a/VERSION.md b/VERSION.md index 22956b1bc..d34397919 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -0.0.16-alpha +0.0.17-alpha diff --git a/package/package.json b/package/package.json index 26d6eda72..b03b92ea4 100755 --- a/package/package.json +++ b/package/package.json @@ -1,7 +1,7 @@ { "name": "@ministryofjustice/frontend", "description": "The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services.", - "version": "0.0.16-alpha", + "version": "0.0.17-alpha", "main": "all.js", "sass": "all.scss", "engines": {