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",