From a519a3ed2fc0e91941e4e49a7f7eb28ea73ed555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 09:11:36 +0000 Subject: [PATCH 1/3] build(deps): bump glob-parent from 5.1.1 to 5.1.2 Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2788988..2ac221e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" From a041b43be7cd6023c96d3b307e7be219f4b68c00 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 10 Jun 2021 17:10:48 +0300 Subject: [PATCH 2/3] build: update dep dev --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ac221e..5114100 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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..8a27f29 100644 --- a/package.json +++ b/package.json @@ -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", From a432762b4b2e3817a42eec1eff296cd191c9b7bc Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 10 Jun 2021 17:12:36 +0300 Subject: [PATCH 3/3] 0.16.3 --- changelog.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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 5114100..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": { diff --git a/package.json b/package.json index 8a27f29..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",