From 8565ceec86bd7b3f796f3f8a405152ac5246da57 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 26 Nov 2020 11:27:06 +0300 Subject: [PATCH 1/2] fix: types, options in tree --- types/posthtml.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/posthtml.d.ts b/types/posthtml.d.ts index 85d045f..0088dd2 100644 --- a/types/posthtml.d.ts +++ b/types/posthtml.d.ts @@ -71,6 +71,7 @@ declare namespace PostHTML { TAttrs extends Maybe = Maybe > extends NodeAPI, RawNode { content?: Array; + options?: Options; } export interface Options { From 2e3f9dd017568cfaae504c4771bcb11169189198 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 26 Nov 2020 14:26:03 +0300 Subject: [PATCH 2/2] 0.15.1 --- changelog.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 722e3d9..3cafe5f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ +## 0.15.1 (2020-11-26) + +* fix: types, options in tree ([8565cee](https://github.com/posthtml/posthtml/commit/8565cee)) + + + ## 0.15.0 (2020-11-24) +* 0.15.0 ([2cd49f8](https://github.com/posthtml/posthtml/commit/2cd49f8)) * build: fix settings ([0064e6c](https://github.com/posthtml/posthtml/commit/0064e6c)) * build: update build system ([e9a8a56](https://github.com/posthtml/posthtml/commit/e9a8a56)) * fix: wrap tree if tree string ([2faf49c](https://github.com/posthtml/posthtml/commit/2faf49c)) diff --git a/package-lock.json b/package-lock.json index 571a8d8..240ccb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "posthtml", - "version": "0.15.0", + "version": "0.15.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.15.0", + "version": "0.15.1", "license": "MIT", "dependencies": { "posthtml-parser": "^0.6.0", diff --git a/package.json b/package.json index 6b8ef27..4102794 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml", - "version": "0.15.0", + "version": "0.15.1", "description": "HTML/XML processor", "keywords": [ "html",