diff --git a/CHANGELOG.md b/CHANGELOG.md index f1705314d8c35383120263171683da605a92564b..6f99ade41eeeff1553080bd0b2de4a316fc30b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # html-validate changelog +# [2.16.0](https://gitlab.com/html-validate/html-validate/compare/v2.15.0...v2.16.0) (2020-02-12) + +### Bug Fixes + +- **cli:** fix typo when using `--init` with vuejs ([6eee478](https://gitlab.com/html-validate/html-validate/commit/6eee47872e164b16e4152f309ab5971019222ff9)) +- **dom:** `querySelector` and friends return empty when selector is empty ([6a871de](https://gitlab.com/html-validate/html-validate/commit/6a871de7bb240507693d266b37c6e4f9228b7e5e)) +- **schema:** add title and description to most properties ([a7cea78](https://gitlab.com/html-validate/html-validate/commit/a7cea78ed39643e5808cfd08243f492a235200e7)) +- **schema:** handle `$schema` in config and elements ([a4f9054](https://gitlab.com/html-validate/html-validate/commit/a4f90541c74070f30d033827789336ad27063b3a)) +- add missing `jest.js` and `jest.d.ts` ([8b767c2](https://gitlab.com/html-validate/html-validate/commit/8b767c2032297b8534c7feac98414fc4d90c5bd2)) + +### Features + +- add import `html-validate/jest` as a shortcut to the jest matchers ([4ccf6ed](https://gitlab.com/html-validate/html-validate/commit/4ccf6ed6b1da47d44bb256db4156edbdbb1ddf4e)) +- expose `NodeClosed`, `TextNode`, `Plugin` and `Parser` ([f344527](https://gitlab.com/html-validate/html-validate/commit/f3445274d4e713e2c851bd524ebb429da9408abb)) + # [2.15.0](https://gitlab.com/html-validate/html-validate/compare/v2.14.0...v2.15.0) (2020-02-09) ### Features diff --git a/package-lock.json b/package-lock.json index 61fd35f6b24283b807e75133f6ca4289fd25163f..f9beaeef927d65f2c4a8a07d887858646a95120f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-validate", - "version": "2.15.0", + "version": "2.16.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0db49931ca6c6c4982f4a3092674bcf1ae0a21ef..3982c3b72d2a98936d14f6bf1e9c60e16f62e816 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-validate", - "version": "2.15.0", + "version": "2.16.0", "description": "html linter", "keywords": [ "html",