From 20d81a8c1615bcb81b0418f7ace1f269fc8f012a Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Mon, 17 Jan 2022 11:01:11 +0200 Subject: [PATCH 1/2] Decrease package size A version with fixed order in package.json #85 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 14f4352..5d690d1 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,9 @@ "pretest": "clinton", "prepare": "npm run build" }, + "files": [ + "dist" + ], "keywords": [ "html", "xml", From 8dffdbae7fb68643045458c1468fda582b89cdbd Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Mon, 17 Jan 2022 13:00:28 +0300 Subject: [PATCH 2/2] 0.10.2 --- 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 747a4ef..20db6ff 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ +## 0.10.2 (2022-01-17) + +* Decrease package size ([20d81a8](https://github.com/posthtml/posthtml-parser/commit/20d81a8)), closes [#85](https://github.com/posthtml/posthtml-parser/issues/85) + + + ## 0.10.1 (2021-08-30) +* 0.10.1 ([c6fff56](https://github.com/posthtml/posthtml-parser/commit/c6fff56)) * Force in something that works ([fb96d68](https://github.com/posthtml/posthtml-parser/commit/fb96d68)) * Linting ([5166475](https://github.com/posthtml/posthtml-parser/commit/5166475)) * Try and record previous indicies and rewrite if needed ([667ccf6](https://github.com/posthtml/posthtml-parser/commit/667ccf6)) diff --git a/package-lock.json b/package-lock.json index 4ee4f85..f5b7fcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "posthtml-parser", - "version": "0.10.1", + "version": "0.10.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5d690d1..b21d424 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml-parser", - "version": "0.10.1", + "version": "0.10.2", "description": "Parse HTML/XML to PostHTMLTree", "license": "MIT", "repository": "posthtml/posthtml-parser",