From a041b43be7cd6023c96d3b307e7be219f4b68c00 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 10 Jun 2021 17:10:48 +0300 Subject: [PATCH 1/2] 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 2/2] 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",