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

Commit 9fe65ea

Browse files
committed
prep for v0.10.0
1 parent 78e50dc commit 9fe65ea

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ _Also, please don't edit files in the "dist" subdirectory as they are generated
172172
## Release History
173173
See the [GitHub Releases page](https://github.com/twbs/bootlint/releases) for detailed changelogs.
174174
* (next release) - `master`
175+
* 2014-01-21 - v0.10.0: By default, the in-browser version now `alert()`s when no lint problems are found. Adds validity check for carousel control & indicator targets.
175176
* 2015-01-07 - v0.9.2: Fixes a problem when using the CLI via node's `child_process.exec`.
176177
* 2014-12-19 - v0.9.1: Fixes a W013 false positive.
177178
* 2014-12-18 - v0.9.0: Fixes several small bugs and tweaks a few existing checks. Adds 4 new lint checks.

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.9.2 (https://github.com/twbs/bootlint)
2+
* Bootlint v0.10.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.9.2",
3+
"version": "0.10.0",
44
"description": "HTML linter for Bootstrap projects",
55
"keywords": [
66
"bootstrap",

0 commit comments

Comments
 (0)