Skip to content

Commit abbcbd3

Browse files
committed
New: Release 1.0.3
1 parent fc20365 commit abbcbd3

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
<a name="1.0.3"></a>
2+
## [1.0.3](https://github.com/leodido/postcss-clean/compare/v1.0.2...v1.0.3) (2017-07-06)
3+
4+
5+
### Build
6+
7+
* Also node 7 in the test matrix ([cd67df681de261bfaaf01e500062da861be459c1](https://github.com/leodido/postcss-clean/commit/cd67df681de261bfaaf01e500062da861be459c1))
8+
* Automation of the releasing process ([fc20365dbea58d543d57bc61dd7b40668313083e](https://github.com/leodido/postcss-clean/commit/fc20365dbea58d543d57bc61dd7b40668313083e))
9+
* Destructuring within the configuration file is not possible for node <= 5 ([1e4765f1c3157e34edf93b328c5adfb8d039cd33](https://github.com/leodido/postcss-clean/commit/1e4765f1c3157e34edf93b328c5adfb8d039cd33))
10+
* Switch to Buble ([b459d2959973f02ec14047c286fe0bcaf4d7ed49](https://github.com/leodido/postcss-clean/commit/b459d2959973f02ec14047c286fe0bcaf4d7ed49))
11+
12+
### Docs
13+
14+
* Monthly downloads badge ([3b9514f10e03572101d63dee292cb6ed4126dc13](https://github.com/leodido/postcss-clean/commit/3b9514f10e03572101d63dee292cb6ed4126dc13))
15+
16+
### Fix
17+
18+
* Now using the "module" field to point to the ES module ([a0870fdbee292f2bd1064b2a9d723faa6384aae8](https://github.com/leodido/postcss-clean/commit/a0870fdbee292f2bd1064b2a9d723faa6384aae8))
19+
20+
### Update
21+
22+
* Support node 6 also ([233bb35f8f89c54b30f24c0d7c2d9fa6a1b28689](https://github.com/leodido/postcss-clean/commit/233bb35f8f89c54b30f24c0d7c2d9fa6a1b28689))
23+
* Test suite improvements ([c278d39122732829a1c1925037486c0f67ea54fe](https://github.com/leodido/postcss-clean/commit/c278d39122732829a1c1925037486c0f67ea54fe))
24+
25+
### Upgrade
26+
27+
* Buble rather than Babel, plus new AVA ([5531704f41635da38fcf3996cb06379523b8dac6](https://github.com/leodido/postcss-clean/commit/5531704f41635da38fcf3996cb06379523b8dac6))
28+
* Deprecating node 0.12 ([93f8efd6f8a041caad36c1e22b2c112e7caeddcd](https://github.com/leodido/postcss-clean/commit/93f8efd6f8a041caad36c1e22b2c112e7caeddcd))
29+
* Minimum node version is now 4 ([8a0ebe4bb3ccbf2589b5f6cacf656da01a649792](https://github.com/leodido/postcss-clean/commit/8a0ebe4bb3ccbf2589b5f6cacf656da01a649792))
30+
* No need to have a dependency to parse the package JSON ([fd08bff6254e201b4d088bdfcb0d44d8cad856ad](https://github.com/leodido/postcss-clean/commit/fd08bff6254e201b4d088bdfcb0d44d8cad856ad))
31+
32+
33+
134
<a name="1.0.2"></a>
235
## [1.0.2](https://github.com/leodido/postcss-clean/compare/v1.0.1...v1.0.2) (2016-05-05)
336

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-clean",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "PostCSS plugin to minify CSS with clean-css",
55
"author": {
66
"name": "Leo Di Donato",

0 commit comments

Comments
 (0)