From 2d3bd4500fb4de8fdb22eca0c6e42726800baf0c Mon Sep 17 00:00:00 2001 From: kangax Date: Thu, 4 Sep 2014 15:00:21 +0400 Subject: [PATCH] Fix links in changelog --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b00afab..0dd7bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.6.7](https://github.com/kangax/html-minifier/compare/v0.6.6...0.6.7) +## [0.6.7](https://github.com/kangax/html-minifier/compare/v0.6.6...v0.6.7) * Preserve empty script with `src` attribute * Make `draggable` enumerated attribute @@ -13,40 +13,40 @@ * `s` tag has been reinstated * Remove `i`, `b`, `u` tags from linter as problematic -## [0.6.6](https://github.com/kangax/html-minifier/compare/v0.6.5...0.6.6) +## [0.6.6](https://github.com/kangax/html-minifier/compare/v0.6.5...v0.6.6) * Fix Firefox attribute bug * Add `customAttrAssign` option * Add `maxLineLength` option * Add `customAttrSurround` option -## [0.6.5](https://github.com/kangax/html-minifier/compare/v0.6.4...0.6.5) +## [0.6.5](https://github.com/kangax/html-minifier/compare/v0.6.4...v0.6.5) * `caseSensitive` option now applies to tags and attributes -## [0.6.4](https://github.com/kangax/html-minifier/compare/v0.6.3...0.6.4) +## [0.6.4](https://github.com/kangax/html-minifier/compare/v0.6.3...v0.6.4) * Support for mixed-case tags * Support IE downlevel-revealed conditional comments * Add support for `wbr` element -## [0.6.3](https://github.com/kangax/html-minifier/compare/v0.6.2...0.6.3) +## [0.6.3](https://github.com/kangax/html-minifier/compare/v0.6.2...v0.6.3) * Do not treat `translate` attribute as boolean * Add `svg` element in inline list * Do not remove special spaces like ` ` * Make `collapseWhitespace` more resilient -## [0.6.2](https://github.com/kangax/html-minifier/compare/v0.6.1...0.6.2) +## [0.6.2](https://github.com/kangax/html-minifier/compare/v0.6.1...v0.6.2) * Fix bug introduced by `processScripts` option -## [0.6.1](https://github.com/kangax/html-minifier/compare/v0.6.0...0.6.1) +## [0.6.1](https://github.com/kangax/html-minifier/compare/v0.6.0...v0.6.1) * Add CLI * Fix error with valueless attributes (e.g. ``). [#169](https://github.com/kangax/html-minifier/issues/169) -## [0.6.0](https://github.com/kangax/html-minifier/compare/v0.5.6...0.6.0) +## [0.6.0](https://github.com/kangax/html-minifier/compare/v0.5.6...v0.6.0) * Minify meta viewport value [#159](https://github.com/kangax/html-minifier/issues/159) * Add support for ignoring markup via `` [#89](https://github.com/kangax/html-minifier/issues/89) -- 2.34.1