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"