Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2015-11-16 10:20:36 +0300
committerChris Rebert <github@chrisrebert.com>2015-11-16 10:20:36 +0300
commit772b7097b1b3cdee1417c00608fe59f3ea0728f9 (patch)
treeb9f70eb75da81ec54a08fb6cbc76e8ced14473ca /README.md
parent0cdfaa3fdaefd59f958446dd8692a8c56b094a70 (diff)
README: Add v0.13.0 entry in Release History
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0e00ad2..303eebb 100644
--- a/README.md
+++ b/README.md
@@ -174,6 +174,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-11-15 - v0.13.0: Removes E036. Adds a few new checks. Bumps dependency versions.
* 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.
* 2015-02-23 - v0.11.0: Adds several new lint checks. Improves stdin handling. Bumps dependency versions.
* 2015-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.