Skip to content

Commit

Permalink
chore(release): v1.1.0...1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Feb 13, 2017
1 parent fc15720 commit 649b954
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.2.0"></a>
# [1.2.0](https://github.com/michael-ciniawsky/postcss-load-options/compare/v1.1.0...v1.2.0) (2017-02-13)


### Features

* **index:** allow file extensions for .postcssrc ([fc15720](https://github.com/michael-ciniawsky/postcss-load-options/commit/fc15720))



<a name="1.1.0"></a>
# [1.1.0](https://github.com/michael-ciniawsky/postcss-load-options/compare/v1.0.2...v1.1.0) (2017-01-07)

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "postcss-load-options",
"version": "1.1.0",
"version": "1.2.0",
"description": "Autoload Options for PostCSS",
"engines": { "node": ">=0.12" },
"main": "index.js",
"scripts": {
"clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
"lint": "standard",
"test": "nyc ava -v test/pkg/index.js test/rc/index.js test/js/index.js test/err/index.js",
"logs": "standard-changelog CHANGELOG.md -w",
"logs": "standard-changelog -i CHANGELOG.md -w",
"docs": "jsdoc2md index.js lib/options.js > INDEX.md",
"start": "sudo npm run clean && npm run lint && sudo npm test"
},
Expand All @@ -17,12 +17,12 @@
"object-assign": "^4.1.0"
},
"devDependencies": {
"ava": "^0.17.0",
"coveralls": "^2.11.15",
"jsdoc-to-markdown": "^2.0.0",
"ava": "^0.18.1",
"coveralls": "^2.11.16",
"jsdoc-to-markdown": "^3.0.0",
"midas": "^2.0.3",
"nyc": "^10.0.0",
"postcss": "^5.2.8",
"nyc": "^10.1.0",
"postcss": "^5.2.12",
"postcss-scss": "^0.4.0",
"standard": "^8.6.0",
"standard-changelog": "0.0.1",
Expand Down

0 comments on commit 649b954

Please sign in to comment.