diff --git a/changelog.md b/changelog.md index 7dad0a4..28416f1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ +## 0.16.3 (2021-06-10) + +* build: update dep dev ([a041b43](https://github.com/posthtml/posthtml/commit/a041b43)) +* build(deps): bump glob-parent from 5.1.1 to 5.1.2 ([a519a3e](https://github.com/posthtml/posthtml/commit/a519a3e)) + + + ## 0.16.2 (2021-06-08) +* 0.16.2 ([271f5ff](https://github.com/posthtml/posthtml/commit/271f5ff)) * build: update dep dev ([a54698a](https://github.com/posthtml/posthtml/commit/a54698a)) * test: revert change api match boolean false ([47c1eb0](https://github.com/posthtml/posthtml/commit/47c1eb0)) diff --git a/package-lock.json b/package-lock.json index 2788988..fd02d72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "posthtml", - "version": "0.16.2", + "version": "0.16.3", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2739,9 +2739,9 @@ } }, "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", - "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "requires": { "is-glob": "^4.0.1" @@ -4302,9 +4302,9 @@ } }, "posthtml-render": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-2.0.4.tgz", - "integrity": "sha512-ae9MlVnFF9OgDSw2/iR8GR2n6r9UMaMVU+xbTRix4VCyELzsLXUCeANQjIehxo1jweIxaI5v5k2xeJyJdW8REA==" + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-2.0.5.tgz", + "integrity": "sha512-L5vZMss1wJAG+HP0cgZnB6WHHYNBqS6NXRZfPsWfRon9U/i4YdBA5vDeAjo5cIL4B6tGa7Tabhrg8ebIF8zw9A==" }, "prelude-ls": { "version": "1.2.1", diff --git a/package.json b/package.json index bf9b769..7de5296 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml", - "version": "0.16.2", + "version": "0.16.3", "description": "HTML/XML processor", "keywords": [ "html", @@ -24,7 +24,7 @@ }, "dependencies": { "posthtml-parser": "^0.9.0", - "posthtml-render": "^2.0.4" + "posthtml-render": "^2.0.5" }, "devDependencies": { "@commitlint/cli": "^12.1.4",