From c24ed51d685fc9e5ad0fc813fe6388a0d5d33acb Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 16 Apr 2020 12:19:41 +0300 Subject: [PATCH 1/2] build: update dep dev --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f7e852..22820df 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "posthtml-parser": "^0.4.2", - "posthtml-render": "^1.2.1" + "posthtml-render": "^1.2.2" }, "devDependencies": { "chai": "^4.0.0", From dc3e38d9d7c4e5ac24dc7f45f94e5a0b65bbbefb Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 16 Apr 2020 12:19:59 +0300 Subject: [PATCH 2/2] chore(release): 0.12.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4bfdfc..a7644a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.12.2](https://github.com/posthtml/posthtml/compare/v0.12.1...v0.12.2) (2020-04-16) + ### [0.12.1](https://github.com/posthtml/posthtml/compare/v0.12.0...v0.12.1) (2020-04-14) ## [0.12.0](https://github.com/posthtml/posthtml/compare/v0.11.6...v0.12.0) (2019-10-11) diff --git a/package.json b/package.json index 22820df..1766fc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml", - "version": "0.12.1", + "version": "0.12.2", "description": "HTML/XML processor", "keywords": [ "html",