Skip to content

Commit 0bdf662

Browse files
committed
chore(changelog): Update changelog
1 parent b9d6996 commit 0bdf662

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

changelog.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="0.2.10"></a>
2+
## 0.2.10 (2016-11-28)
3+
4+
* 0.2.10 ([e4bdfed](https://github.com/posthtml/posthtml-cli/commit/e4bdfed))
5+
* Update readme.md ([9b98e50](https://github.com/posthtml/posthtml-cli/commit/9b98e50))
6+
* fix(cli): fix typo plugin name ([2796587](https://github.com/posthtml/posthtml-cli/commit/2796587))
7+
* fix(package): fix clinton recommendation ava version ([ea4ef4c](https://github.com/posthtml/posthtml-cli/commit/ea4ef4c))
8+
* fix(package): fix incorrect pkg npm, fixed #142 ([d107907](https://github.com/posthtml/posthtml-cli/commit/d107907)), closes [#142](https://github.com/posthtml/posthtml-cli/issues/142)
9+
* fix(package): fix version ([c884ddf](https://github.com/posthtml/posthtml-cli/commit/c884ddf))
10+
* fix(test-cli): fix path for test folder ([7696f59](https://github.com/posthtml/posthtml-cli/commit/7696f59))
11+
* perf(cli): update create configuration ([f3efb36](https://github.com/posthtml/posthtml-cli/commit/f3efb36))
12+
* test(*): add node for CI, fixed #134 ([b8c5803](https://github.com/posthtml/posthtml-cli/commit/b8c5803)), closes [#134](https://github.com/posthtml/posthtml-cli/issues/134)
13+
* test(package): add node 7 in config testen ([9f5bc09](https://github.com/posthtml/posthtml-cli/commit/9f5bc09))
14+
* chore(changelog): Update changelog ([6784f2e](https://github.com/posthtml/posthtml-cli/commit/6784f2e))
15+
* chore(package): update ava to version 0.17.0 ([363fc3b](https://github.com/posthtml/posthtml-cli/commit/363fc3b))
16+
* chore(package): update babel-eslint to version 7.1.1 ([4a9a186](https://github.com/posthtml/posthtml-cli/commit/4a9a186))
17+
* chore(package): update cpy to version 5.0.0 ([77aa1cb](https://github.com/posthtml/posthtml-cli/commit/77aa1cb))
18+
* chore(package): update eslint-plugin-babel to version 4.0.0 ([6fdea38](https://github.com/posthtml/posthtml-cli/commit/6fdea38))
19+
* chore(package): update eslint-plugin-promise to version 3.4.0 ([61c6ce1](https://github.com/posthtml/posthtml-cli/commit/61c6ce1))
20+
* chore(package): update nyc to version 10.0.0 ([c5d9676](https://github.com/posthtml/posthtml-cli/commit/c5d9676))
21+
* chore(package): update post-load-plugins to version 0.0.2 ([4ab4430](https://github.com/posthtml/posthtml-cli/commit/4ab4430))
22+
* chore(package): update post-load-plugins to version 0.0.3 ([c19f0c8](https://github.com/posthtml/posthtml-cli/commit/c19f0c8))
23+
24+
25+
126
<a name="0.2.8"></a>
227
## 0.2.8 (2016-11-16)
328

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"scripts": {
1919
"commitmsg": "conventional-changelog-lint -e",
20-
"postpublish": "conventional-changelog -i CHANGELOG.md -s -r 0 && git commit -am \"chore(changelog): Update changelog\"",
20+
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"chore(changelog): Update changelog\"",
2121
"patch": "np patch --any-branch",
2222
"minor": "np minor --any-branch",
2323
"major": "np major --any-branch",

0 commit comments

Comments
 (0)