Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 31ab69d

Browse files
committed
v0.8.0
1 parent 09c2205 commit 31ab69d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ _Also, please don't edit files in the "dist" subdirectory as they are generated
155155

156156
## Release History
157157
See the [GitHub Releases page](https://github.com/twbs/bootlint/releases) for detailed changelogs.
158-
* 2014-??-?? - v0.8.0: When in a Node.js environment, report the locations of the HTML source code of problematic elements.
158+
* 2014-11-07 - v0.8.0: When in a Node.js environment, report the locations of the HTML source code of problematic elements.
159159
* 2014-11-01 - v0.7.0: Tweaks lint message texts. Adds 1 new lint check.
160160
* 2014-10-31 - v0.6.0: Fixes crash bug. Adds some new lint checks. Adds HTTP API.
161161
* 2014-10-16 - v0.5.0: Add several new features. Add official bookmarklet. Disable auto-lint-on-load in browser. Tweak some checks. **Not backward compatible**

dist/browser/bootlint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootlint v0.7.0 (https://github.com/twbs/bootlint)
2+
* Bootlint v0.8.0 (https://github.com/twbs/bootlint)
33
* HTML linter for Bootstrap projects
44
* Copyright (c) 2014 Christopher Rebert
55
* Licensed under the MIT License (https://github.com/twbs/bootlint/blob/master/LICENSE).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootlint",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "HTML linter for Bootstrap projects",
55
"keywords": [
66
"bootstrap",

0 commit comments

Comments
 (0)