Skip to content

Commit d1e10be

Browse files
authored
Merge pull request #282 from posthtml/milestone-0.4.9
Milestone 0.4.9
2 parents bc24430 + f0e376c commit d1e10be

File tree

7 files changed

+2829
-1788
lines changed

7 files changed

+2829
-1788
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: node_js
22
node_js:
3+
- v11
34
- v10
45
- v9
56
- v8
6-
- v7
7-
- v6
87

98
after_success:
109
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
environment:
22
matrix:
3+
- nodejs_version: "11"
34
- nodejs_version: "10"
45
- nodejs_version: "9"
56
- nodejs_version: "8"
6-
- nodejs_version: "7"
7-
- nodejs_version: "6"
87

98
version: "{build}"
109
build: off

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## <small>0.4.9 (2019-04-01)</small>
2+
3+
* build: drop support old node ([efe8508](https://github.com/posthtml/posthtml-cli/commit/efe8508))
4+
* build: update build scripts ([692272f](https://github.com/posthtml/posthtml-cli/commit/692272f))
5+
* build: update changelog ([0014038](https://github.com/posthtml/posthtml-cli/commit/0014038))
6+
* build: update depdev ([e1cde86](https://github.com/posthtml/posthtml-cli/commit/e1cde86))
7+
* ci: drop support old node ([2a4367c](https://github.com/posthtml/posthtml-cli/commit/2a4367c))
8+
* docs: drop support old node ([855f953](https://github.com/posthtml/posthtml-cli/commit/855f953))
9+
* test: fix party normalize ([37d5d42](https://github.com/posthtml/posthtml-cli/commit/37d5d42))
10+
* test: normalize path, close #279 ([70c0936](https://github.com/posthtml/posthtml-cli/commit/70c0936)), closes [#279](https://github.com/posthtml/posthtml-cli/issues/279)
11+
12+
13+
114
## <small>0.4.8 (2018-12-25)</small>
215

316
* 0.4.8 ([579752a](https://github.com/posthtml/posthtml-cli/commit/579752a))
@@ -20,6 +33,7 @@
2033
* build: update changelog ([7e497a9](https://github.com/posthtml/posthtml-cli/commit/7e497a9))
2134
* build: update depDev ([6e12b94](https://github.com/posthtml/posthtml-cli/commit/6e12b94))
2235
* ci: bump to node 10 ([ffeb119](https://github.com/posthtml/posthtml-cli/commit/ffeb119))
36+
* fix: clarify external config format ([c673d18](https://github.com/posthtml/posthtml-cli/commit/c673d18))
2337

2438

2539

0 commit comments

Comments
 (0)