diff --git a/CHANGELOG.md b/CHANGELOG.md index 9575d03..0858ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Brackets Todo Changelog All notable changes to this project will be documented in this file. +## 0.9.5 - 2017-09-06 +* Fix issue with default regular expression. Thanks to nextgensparx (@nextgensparx). + ## 0.9.4 - 2017-06-30 * Fix issue with line endings on certain platforms. Thanks to Christopher Carswell (@ccarswell). * Portuguese translation. Thanks to Ndot (@Ndot). diff --git a/main.js b/main.js index cb271cc..344dd53 100755 --- a/main.js +++ b/main.js @@ -1,5 +1,5 @@ /*! - * Brackets Todo 0.9.4 + * Brackets Todo 0.9.5 * Display all todo comments in current document or project. * * @author Mikael Jorhult diff --git a/package.json b/package.json index cb6cf14..a65abab 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "title": "Todo", "description": "Display all TODO comments in current document or project.", "homepage": "https://github.com/mikaeljorhult/brackets-todo", - "version": "0.9.4", + "version": "0.9.5", "author": "Mikael Jorhult (http://jorhult.se)", "repository": { "type": "git",