File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
18
## 0.10.0 (2021-07-28)
2
19
20
+ * 0.10.0 ([ b569e1a] ( https://github.com/posthtml/posthtml-parser/commit/b569e1a ) )
3
21
* refactor: parse now export not default ([ f8ae42d] ( https://github.com/posthtml/posthtml-parser/commit/f8ae42d ) )
4
22
* perf: resolve types ([ 9ed9bd0] ( https://github.com/posthtml/posthtml-parser/commit/9ed9bd0 ) )
5
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " posthtml-parser" ,
3
- "version" : " 0.10.0 " ,
3
+ "version" : " 0.10.1 " ,
4
4
"description" : " Parse HTML/XML to PostHTMLTree" ,
5
5
"license" : " MIT" ,
6
6
"repository" : " posthtml/posthtml-parser" ,
You can’t perform that action at this time.
0 commit comments