Skip to content

Commit 649b954

Browse files
chore(release): v1.1.0...1.2.0
1 parent fc15720 commit 649b954

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.2.0"></a>
2+
# [1.2.0](https://github.com/michael-ciniawsky/postcss-load-options/compare/v1.1.0...v1.2.0) (2017-02-13)
3+
4+
5+
### Features
6+
7+
* **index:** allow file extensions for .postcssrc ([fc15720](https://github.com/michael-ciniawsky/postcss-load-options/commit/fc15720))
8+
9+
10+
111
<a name="1.1.0"></a>
212
# [1.1.0](https://github.com/michael-ciniawsky/postcss-load-options/compare/v1.0.2...v1.1.0) (2017-01-07)
313

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "postcss-load-options",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Autoload Options for PostCSS",
55
"engines": { "node": ">=0.12" },
66
"main": "index.js",
77
"scripts": {
88
"clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
99
"lint": "standard",
1010
"test": "nyc ava -v test/pkg/index.js test/rc/index.js test/js/index.js test/err/index.js",
11-
"logs": "standard-changelog CHANGELOG.md -w",
11+
"logs": "standard-changelog -i CHANGELOG.md -w",
1212
"docs": "jsdoc2md index.js lib/options.js > INDEX.md",
1313
"start": "sudo npm run clean && npm run lint && sudo npm test"
1414
},
@@ -17,12 +17,12 @@
1717
"object-assign": "^4.1.0"
1818
},
1919
"devDependencies": {
20-
"ava": "^0.17.0",
21-
"coveralls": "^2.11.15",
22-
"jsdoc-to-markdown": "^2.0.0",
20+
"ava": "^0.18.1",
21+
"coveralls": "^2.11.16",
22+
"jsdoc-to-markdown": "^3.0.0",
2323
"midas": "^2.0.3",
24-
"nyc": "^10.0.0",
25-
"postcss": "^5.2.8",
24+
"nyc": "^10.1.0",
25+
"postcss": "^5.2.12",
2626
"postcss-scss": "^0.4.0",
2727
"standard": "^8.6.0",
2828
"standard-changelog": "0.0.1",

0 commit comments

Comments
 (0)