Skip to content

Commit c6fff56

Browse files
committed
0.10.1
1 parent 1790a35 commit c6fff56

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
1+
## <small>0.10.1 (2021-08-30)</small>
2+
3+
* Force in something that works ([fb96d68](https://github.com/posthtml/posthtml-parser/commit/fb96d68))
4+
* Linting ([5166475](https://github.com/posthtml/posthtml-parser/commit/5166475))
5+
* Try and record previous indicies and rewrite if needed ([667ccf6](https://github.com/posthtml/posthtml-parser/commit/667ccf6))
6+
* Use isImplied ([4847a08](https://github.com/posthtml/posthtml-parser/commit/4847a08))
7+
* Use patched version ([c9fde63](https://github.com/posthtml/posthtml-parser/commit/c9fde63))
8+
* Use patched version ([1bd6633](https://github.com/posthtml/posthtml-parser/commit/1bd6633))
9+
* Use release ([2c53321](https://github.com/posthtml/posthtml-parser/commit/2c53321))
10+
* Use release ([4f00e5c](https://github.com/posthtml/posthtml-parser/commit/4f00e5c))
11+
* Use updated patched version ([4184539](https://github.com/posthtml/posthtml-parser/commit/4184539))
12+
* test: break test to demonstrate bug ([74c165c](https://github.com/posthtml/posthtml-parser/commit/74c165c))
13+
* build(deps): bump path-parse from 1.0.6 to 1.0.7 ([4f4ab7e](https://github.com/posthtml/posthtml-parser/commit/4f4ab7e))
14+
* docs: update import ([53bee3d](https://github.com/posthtml/posthtml-parser/commit/53bee3d))
15+
16+
17+
118
## 0.10.0 (2021-07-28)
219

20+
* 0.10.0 ([b569e1a](https://github.com/posthtml/posthtml-parser/commit/b569e1a))
321
* refactor: parse now export not default ([f8ae42d](https://github.com/posthtml/posthtml-parser/commit/f8ae42d))
422
* perf: resolve types ([9ed9bd0](https://github.com/posthtml/posthtml-parser/commit/9ed9bd0))
523

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-parser",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Parse HTML/XML to PostHTMLTree",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-parser",

0 commit comments

Comments
 (0)