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

Commit 16e6a25

Browse files
committed
prep for v0.11.0
1 parent 74a6612 commit 16e6a25

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,16 @@ _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+
* 2015-02-23 - v0.11.0: Adds several new lint checks. Improves stdin handling. Bumps dependency versions.
175176
* 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.
176177
* 2015-01-07 - v0.9.2: Fixes a problem when using the CLI via node's `child_process.exec`.
177178
* 2014-12-19 - v0.9.1: Fixes a W013 false positive.
178179
* 2014-12-18 - v0.9.0: Fixes several small bugs and tweaks a few existing checks. Adds 4 new lint checks.
179180
* 2014-11-07 - v0.8.0: When in a Node.js environment, report the locations of the HTML source code of problematic elements.
180181
* 2014-11-01 - v0.7.0: Tweaks lint message texts. Adds 1 new lint check.
181182
* 2014-10-31 - v0.6.0: Fixes crash bug. Adds some new lint checks. Adds HTTP API.
182-
* 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**
183-
* 2014-10-07 - v0.4.0: Add checks for correct Glyphicon usage and correct modal DOM structure; fix `.panel-footer` false positive
183+
* 2014-10-16 - v0.5.0: Adds several new features. Add official bookmarklet. Disables auto-lint-on-load in browser. Tweaks some checks. **Not backward compatible**
184+
* 2014-10-07 - v0.4.0: Adds checks for correct Glyphicon usage and correct modal DOM structure; fixes `.panel-footer` false positive
184185
* 2014-09-26 - v0.3.0: Several bug fixes and enhancements. **Not backward compatible**
185186
* 2014-09-23 - v0.2.0: First formal release. Announcement: http://blog.getbootstrap.com/2014/09/23/bootlint/
186187

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.10.0 (https://github.com/twbs/bootlint)
2+
* Bootlint v0.11.0 (https://github.com/twbs/bootlint)
33
* HTML linter for Bootstrap projects
44
* Copyright (c) 2014-2015 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.10.0",
3+
"version": "0.11.0",
44
"description": "HTML linter for Bootstrap projects",
55
"keywords": [
66
"bootstrap",

0 commit comments

Comments
 (0)