Skip to content

Commit 991588b

Browse files
committed
0.9.1
1 parent c542315 commit 991588b

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1+
## <small>0.9.1 (2020-11-27)</small>
2+
3+
* build: update dep dev ([c542315](https://github.com/posthtml/posthtml-cli/commit/c542315))
4+
* perf: skip files by pattern ([0bb92bc](https://github.com/posthtml/posthtml-cli/commit/0bb92bc))
5+
* test: skip by pattern ([1dac470](https://github.com/posthtml/posthtml-cli/commit/1dac470))
6+
* docs: add open collective ([70902c0](https://github.com/posthtml/posthtml-cli/commit/70902c0))
7+
* docs: fix typo ([1b89474](https://github.com/posthtml/posthtml-cli/commit/1b89474))
8+
9+
10+
111
## 0.9.0 (2020-11-24)
212

13+
* 0.9.0 ([59bffb6](https://github.com/posthtml/posthtml-cli/commit/59bffb6))
314
* build: update dep dev ([41f89ec](https://github.com/posthtml/posthtml-cli/commit/41f89ec))
415
* 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)
516
* 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)

package-lock.json

Lines changed: 2 additions & 2 deletions
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-cli",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "CLI for posthtml",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-cli",

0 commit comments

Comments
 (0)