Skip to content

Commit 59bffb6

Browse files
committed
0.9.0
1 parent 41f89ec commit 59bffb6

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1+
## 0.9.0 (2020-11-24)
2+
3+
* build: update dep dev ([41f89ec](https://github.com/posthtml/posthtml-cli/commit/41f89ec))
4+
* docs: description for skip parse, #332 ([3cb4612](https://github.com/posthtml/posthtml-cli/commit/3cb4612)), closes [#332](https://github.com/posthtml/posthtml-cli/issues/332)
5+
* feat: skip parse option, close #332 ([a77c7a1](https://github.com/posthtml/posthtml-cli/commit/a77c7a1)), closes [#332](https://github.com/posthtml/posthtml-cli/issues/332)
6+
* test: for skip options, issue #332 ([a1188b2](https://github.com/posthtml/posthtml-cli/commit/a1188b2)), closes [#332](https://github.com/posthtml/posthtml-cli/issues/332)
7+
8+
9+
110
## <small>0.8.1 (2020-11-17)</small>
211

12+
* 0.8.1 ([f103051](https://github.com/posthtml/posthtml-cli/commit/f103051))
313
* build: lock ([1b8dffc](https://github.com/posthtml/posthtml-cli/commit/1b8dffc))
14+
* build: update changelog ([597ab5c](https://github.com/posthtml/posthtml-cli/commit/597ab5c))
415
* fix: allInOutput config in JSON is ignored, close #330 ([236c902](https://github.com/posthtml/posthtml-cli/commit/236c902)), closes [#330](https://github.com/posthtml/posthtml-cli/issues/330)
516
* test: allInOutput config in JSON is ignored, issue #330 ([11d9fb7](https://github.com/posthtml/posthtml-cli/commit/11d9fb7)), closes [#330](https://github.com/posthtml/posthtml-cli/issues/330)
617

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-cli",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "CLI for posthtml",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-cli",

0 commit comments

Comments
 (0)