From d725e837d606621927e2b2978a6162da896e9c9c Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Tue, 11 May 2021 09:47:31 +0300 Subject: [PATCH] 0.9.0 --- changelog.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 279e148..e5013a3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ +## 0.9.0 (2021-05-11) + +* Add description to docs ([d61007b](https://github.com/posthtml/posthtml-parser/commit/d61007b)) +* Move location tracker to a separate file and refactor into class ([7d6f76b](https://github.com/posthtml/posthtml-parser/commit/7d6f76b)) +* feat: add optional support for source locations ([6faf50d](https://github.com/posthtml/posthtml-parser/commit/6faf50d)) + + + ## 0.8.5 (2021-05-06) +* 0.8.5 ([14d353e](https://github.com/posthtml/posthtml-parser/commit/14d353e)) * perf: content two dimensional array ([8373816](https://github.com/posthtml/posthtml-parser/commit/8373816)) diff --git a/package-lock.json b/package-lock.json index 3d064f0..bfeae47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "posthtml-parser", - "version": "0.8.5", + "version": "0.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5632730..32cb246 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml-parser", - "version": "0.8.5", + "version": "0.9.0", "description": "Parse HTML/XML to PostHTMLTree", "license": "MIT", "repository": "posthtml/posthtml-parser",