From 93fcd85d18b2393d0210745a18e6c08284d4123e Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Fri, 11 Jun 2021 10:12:06 +0300 Subject: [PATCH 1/2] build: update dep dev --- package-lock.json | 14 +++++++++++--- package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd02d72..ff0b02c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3007,6 +3007,11 @@ "is-extglob": "^2.1.1" } }, + "is-json": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-json/-/is-json-2.0.1.tgz", + "integrity": "sha1-a+Fm0USCihMdaGiRuYPfYsOUkf8=" + }, "is-negative-zero": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz", @@ -4302,9 +4307,12 @@ } }, "posthtml-render": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-2.0.5.tgz", - "integrity": "sha512-L5vZMss1wJAG+HP0cgZnB6WHHYNBqS6NXRZfPsWfRon9U/i4YdBA5vDeAjo5cIL4B6tGa7Tabhrg8ebIF8zw9A==" + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-2.0.6.tgz", + "integrity": "sha512-AvjM4yfEtjhbpZdtLOWfnezgojEtgeejSxrjTAvfr5phXjPcZQyB5QiOvYeU+rrTF0u+eqqlJrs8HS3nrPexGQ==", + "requires": { + "is-json": "^2.0.1" + } }, "prelude-ls": { "version": "1.2.1", diff --git a/package.json b/package.json index 7de5296..b50ae8a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "posthtml-parser": "^0.9.0", - "posthtml-render": "^2.0.5" + "posthtml-render": "^2.0.6" }, "devDependencies": { "@commitlint/cli": "^12.1.4", From 70c391213124a77c1dd6a82faa7193309cda853d Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Fri, 11 Jun 2021 10:14:25 +0300 Subject: [PATCH 2/2] 0.16.4 --- changelog.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 28416f1..9d51ee8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ +## 0.16.4 (2021-06-11) + +* build: update dep dev ([93fcd85](https://github.com/posthtml/posthtml/commit/93fcd85)) + + + ## 0.16.3 (2021-06-10) +* 0.16.3 ([a432762](https://github.com/posthtml/posthtml/commit/a432762)) * 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)) diff --git a/package-lock.json b/package-lock.json index ff0b02c..4afe113 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "posthtml", - "version": "0.16.3", + "version": "0.16.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b50ae8a..6167f66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml", - "version": "0.16.3", + "version": "0.16.4", "description": "HTML/XML processor", "keywords": [ "html",