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

Commit 1036dd9

Browse files
committed
Prep for v0.14.0
1 parent 1325279 commit 1036dd9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ _Also, please don't edit files in the "dist" subdirectory as they are generated
174174
## Release History
175175
See the [GitHub Releases page](https://github.com/twbs/bootlint/releases) for detailed changelogs.
176176
* (next release) - `master`
177+
* 2015-11-16 - v0.14.0: Adds 3 new lint checks.
177178
* 2015-11-15 - v0.13.0: Removes E036. Adds a few new checks. Bumps dependency versions.
178179
* 2015-03-16 - v0.12.0: Adds warning if Bootstrap v4 is detected (since Bootlint is currently only compatible with Bootstrap v3). Minor fixes to some existing lint checks.
179180
* 2015-02-23 - v0.11.0: Adds several new lint checks. Improves stdin handling. Bumps dependency versions.

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.13.0",
3+
"version": "0.14.0",
44
"description": "HTML linter for Bootstrap projects",
55
"keywords": [
66
"bootstrap",

0 commit comments

Comments
 (0)