Skip to content

Commit 27d39ba

Browse files
authored
Merge pull request #311 from posthtml/milestone-0.7.2
Milestone 0.7.2
2 parents 793a248 + 81b6217 commit 27d39ba

File tree

6 files changed

+135
-122
lines changed

6 files changed

+135
-122
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
node: [10, 12, 14]
15-
os: [ubuntu-latest, windows-latest]
15+
os: [ubuntu-latest]
16+
# os: [ubuntu-latest, windows-latest]
1617

1718
steps:
1819
- name: Clone repository

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1+
## <small>0.7.2 (2020-08-17)</small>
2+
3+
* build: commit lint incorrect work on v9.1.2, #312 ([255ceb1](https://github.com/posthtml/posthtml-cli/commit/255ceb1)), closes [#312](https://github.com/posthtml/posthtml-cli/issues/312)
4+
* build: update dep dev ([44a79b3](https://github.com/posthtml/posthtml-cli/commit/44a79b3))
5+
* ci: skip test on window, #308 ([850c93a](https://github.com/posthtml/posthtml-cli/commit/850c93a)), closes [#308](https://github.com/posthtml/posthtml-cli/issues/308)
6+
* docs: describe list input file to folder ([e6d06a0](https://github.com/posthtml/posthtml-cli/commit/e6d06a0))
7+
* docs: describe posthtml options and root param, close #310 ([f77f469](https://github.com/posthtml/posthtml-cli/commit/f77f469)), closes [#310](https://github.com/posthtml/posthtml-cli/issues/310)
8+
* fix: resolve input from root, close #303 ([5ec996f](https://github.com/posthtml/posthtml-cli/commit/5ec996f)), closes [#303](https://github.com/posthtml/posthtml-cli/issues/303)
9+
10+
11+
112
## <small>0.7.1 (2020-08-13)</small>
213

14+
* 0.7.1 ([0813824](https://github.com/posthtml/posthtml-cli/commit/0813824))
15+
* build: update changelog ([10fa016](https://github.com/posthtml/posthtml-cli/commit/10fa016))
316
* build: update dep dev ([dc8b828](https://github.com/posthtml/posthtml-cli/commit/dc8b828))
417
* fix: options for procees from config, close #306 ([f4d3eed](https://github.com/posthtml/posthtml-cli/commit/f4d3eed)), closes [#306](https://github.com/posthtml/posthtml-cli/issues/306)
518
* test: for options in config, issue #306 ([a0e093a](https://github.com/posthtml/posthtml-cli/commit/a0e093a)), closes [#306](https://github.com/posthtml/posthtml-cli/issues/306)

package-lock.json

Lines changed: 106 additions & 114 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)