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:
authorZac Echola <zac.echola@so.mnscu.edu>2014-11-10 19:19:28 +0300
committerZac Echola <zac.echola@so.mnscu.edu>2014-11-10 19:19:28 +0300
commitf0345e155b8d06bf34199d2370746e9289ebed9b (patch)
tree2f1527a55aead86287a8b7b0dfc09a2a37122b06
parentd3a301b4b3c817b3b61e82baa050d25dd0127799 (diff)
bump version, update readme.v0.5.0
-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 357147f..97136dd 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,7 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
## Release History
+- 2014-11-10 - v0.5.0: Updates Bootlint, adds line/col numbers to output, quieter output.
- 2014-11-03 - v0.4.0: Updates Bootlint dependency.
- 2014-10-17 - v0.3.0: Basic support for Bootlint 0.5.0. **Changes
`relaxerror` to use Bootlint problem IDs**
diff --git a/package.json b/package.json
index dc55641..44ff29a 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.4.0",
+ "version": "0.5.0",
"homepage": "https://github.com/zacechola/grunt-bootlint",
"author": "Zac Echola <zac.echola@gmail.com>",
"repository": {