diff --git a/changelog.md b/changelog.md index 20db6ff..33f70c9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,15 @@ +## 0.11.0 (2022-02-25) + +* build: update deps ([d1cdcc6](https://github.com/posthtml/posthtml-parser/commit/d1cdcc6)) +* test: add tests for `recognizeNoValueAttribute` option ([a2a2aa3](https://github.com/posthtml/posthtml-parser/commit/a2a2aa3)) +* docs: add description for `recognizeNoValueAttribute` option ([f9b165d](https://github.com/posthtml/posthtml-parser/commit/f9b165d)) +* feat: add `recognizeNoValueAttribute` option for issue #75 ([b992f28](https://github.com/posthtml/posthtml-parser/commit/b992f28)), closes [#75](https://github.com/posthtml/posthtml-parser/issues/75) + + + ## 0.10.2 (2022-01-17) +* 0.10.2 ([8dffdba](https://github.com/posthtml/posthtml-parser/commit/8dffdba)) * Decrease package size ([20d81a8](https://github.com/posthtml/posthtml-parser/commit/20d81a8)), closes [#85](https://github.com/posthtml/posthtml-parser/issues/85) diff --git a/package-lock.json b/package-lock.json index 387d06e..5cefdfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "posthtml-parser", - "version": "0.10.2", + "version": "0.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "posthtml-parser", - "version": "0.10.2", + "version": "0.11.0", "license": "MIT", "dependencies": { "htmlparser2": "^7.1.1" diff --git a/package.json b/package.json index b21d424..326a77c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml-parser", - "version": "0.10.2", + "version": "0.11.0", "description": "Parse HTML/XML to PostHTMLTree", "license": "MIT", "repository": "posthtml/posthtml-parser",