From b4be3fb36d9f0f238db6e4c4ea7668c2925cb435 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Fri, 18 Mar 2016 16:25:44 +0000 Subject: [PATCH] Release v0.5.0 --- History.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 8fea16e..a15085a 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,10 @@ # grunt-banana-checker Release History +## v0.5.0 / 2016-03-18 +* Don't crash when encountering file names that contain '.json' in the middle (Roan Kattouw) +* Extract the regex for a JSON filename (James Forrester) +* build: Bump various devDependencies to latest (paladox) + ## v0.4.0 / 2015-10-06 * Make disallowUnusedTranslations default to false (Ed Sanders) * Make disallowDuplicateTranslations default to false (Ed Sanders) diff --git a/package.json b/package.json index 59eb333..cfa63c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grunt-banana-checker", - "version": "0.4.0", + "version": "0.5.0", "description": "A grunt checker for the \"banana\" JSON i18n system provided by MediaWiki and jquery.i18n", "scripts": { "test": "grunt test"