Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2016-04-05 10:35:48 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-04-05 10:42:43 +0300
commite1fcd3cfe842ac26103de7230236149360b9ba87 (patch)
treec8ca829040a3b5c57372844a419275a2766daf66
parent927ec5867821f3ba1f1160e6b6e6f1f3c6407d73 (diff)
Prepare 0.10.1.v0.10.1
-rw-r--r--README.md1
-rw-r--r--package.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 51ee71c..21e37ff 100644
--- a/README.md
+++ b/README.md
@@ -111,6 +111,7 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
## Release History
+- 2016-04-05 - v0.10.1: Updates for Grunt 1.0.0 compatibility and adds pluralize for files/errors.
- 2015-11-24 - v0.10.0: Updates Bootlint to v0.14.1 and adds the ability to ignore lint problems on a per-file basis using `relaxerror`.
- 2015-06-01 - v0.9.1: Minor update to license metadata.
- 2015-03-16 - v0.9.0: Updates Bootlint to v0.12.0
diff --git a/package.json b/package.json
index bab98e4..c6ebb05 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-bootlint",
"description": "A Grunt wrapper for Bootlint, the HTML linter for Bootstrap projects",
- "version": "0.10.0",
+ "version": "0.10.1",
"homepage": "https://github.com/twbs/grunt-bootlint",
"author": "Zac Echola <zac.echola@gmail.com>",
"repository": {