Skip to content

Commit 1b7b04c

Browse files
authored
Merge pull request #320 from posthtml/milestone-0.7.4
build: perf runner test script
2 parents af8afb7 + 158e2cc commit 1b7b04c

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
## <small>0.7.4 (2020-08-19)</small>
2+
3+
* build: perf runner test script ([40237d0](https://github.com/posthtml/posthtml-cli/commit/40237d0))
4+
* Fix order for plugin set with config and cli ([bb3973a](https://github.com/posthtml/posthtml-cli/commit/bb3973a))
5+
6+
7+
18
## <small>0.7.3 (2020-08-18)</small>
29

10+
* 0.7.3 ([e6ab03f](https://github.com/posthtml/posthtml-cli/commit/e6ab03f))
11+
* build: up node targets for preset env ([3a01485](https://github.com/posthtml/posthtml-cli/commit/3a01485))
12+
* build: update changelog ([b3d0bce](https://github.com/posthtml/posthtml-cli/commit/b3d0bce))
313
* perf: default for base config ([8d93107](https://github.com/posthtml/posthtml-cli/commit/8d93107))
414
* perf: tree options from for plugins, #303 ([981e911](https://github.com/posthtml/posthtml-cli/commit/981e911)), closes [#303](https://github.com/posthtml/posthtml-cli/issues/303)
515
* test: async/await not needed ([3165971](https://github.com/posthtml/posthtml-cli/commit/3165971))
@@ -15,7 +25,6 @@
1525
* fix: resolve incommitg input, close #313 ([4540719](https://github.com/posthtml/posthtml-cli/commit/4540719)), closes [#313](https://github.com/posthtml/posthtml-cli/issues/313)
1626
* fix: resolve or error inputs file, close #313 ([0b53fa2](https://github.com/posthtml/posthtml-cli/commit/0b53fa2)), closes [#313](https://github.com/posthtml/posthtml-cli/issues/313)
1727
* fix: resolve output from config, close #308 ([8588060](https://github.com/posthtml/posthtml-cli/commit/8588060)), closes [#308](https://github.com/posthtml/posthtml-cli/issues/308)
18-
* build: up node targets for preset env ([3a01485](https://github.com/posthtml/posthtml-cli/commit/3a01485))
1928

2029

2130

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-cli",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "CLI for posthtml",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-cli",
@@ -23,7 +23,7 @@
2323
"build": "rimraf lib && babel src -d lib",
2424
"coverage": "nyc report --reporter=text-lcov | coveralls",
2525
"pretest": "npm run build",
26-
"test": "nyc ava test/test-*.js --timeout=1m --verbose"
26+
"test": "nyc ava --timeout=1m --verbose"
2727
},
2828
"files": [
2929
"lib/"

0 commit comments

Comments
 (0)