From 16e6a2513014cca9dae37f2d16ee5cbfe5424ddf Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 23 Feb 2015 19:43:28 -0800 Subject: [PATCH] prep for v0.11.0 --- README.md | 5 +++-- dist/browser/bootlint.js | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 459da08..d05e197 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ _Also, please don't edit files in the "dist" subdirectory as they are generated ## Release History See the [GitHub Releases page](https://github.com/twbs/bootlint/releases) for detailed changelogs. * (next release) - `master` +* 2015-02-23 - v0.11.0: Adds several new lint checks. Improves stdin handling. Bumps dependency versions. * 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. * 2015-01-07 - v0.9.2: Fixes a problem when using the CLI via node's `child_process.exec`. * 2014-12-19 - v0.9.1: Fixes a W013 false positive. @@ -179,8 +180,8 @@ See the [GitHub Releases page](https://github.com/twbs/bootlint/releases) for de * 2014-11-07 - v0.8.0: When in a Node.js environment, report the locations of the HTML source code of problematic elements. * 2014-11-01 - v0.7.0: Tweaks lint message texts. Adds 1 new lint check. * 2014-10-31 - v0.6.0: Fixes crash bug. Adds some new lint checks. Adds HTTP API. -* 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** -* 2014-10-07 - v0.4.0: Add checks for correct Glyphicon usage and correct modal DOM structure; fix `.panel-footer` false positive +* 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** +* 2014-10-07 - v0.4.0: Adds checks for correct Glyphicon usage and correct modal DOM structure; fixes `.panel-footer` false positive * 2014-09-26 - v0.3.0: Several bug fixes and enhancements. **Not backward compatible** * 2014-09-23 - v0.2.0: First formal release. Announcement: http://blog.getbootstrap.com/2014/09/23/bootlint/ diff --git a/dist/browser/bootlint.js b/dist/browser/bootlint.js index ed7ed57..54eb2fe 100644 --- a/dist/browser/bootlint.js +++ b/dist/browser/bootlint.js @@ -1,5 +1,5 @@ /*! - * Bootlint v0.10.0 (https://github.com/twbs/bootlint) + * Bootlint v0.11.0 (https://github.com/twbs/bootlint) * HTML linter for Bootstrap projects * Copyright (c) 2014-2015 Christopher Rebert * Licensed under the MIT License (https://github.com/twbs/bootlint/blob/master/LICENSE). diff --git a/package.json b/package.json index d5f89b3..02f34dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootlint", - "version": "0.10.0", + "version": "0.11.0", "description": "HTML linter for Bootstrap projects", "keywords": [ "bootstrap",