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 b712fbf commit a97396c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
12 changes: 11 additions & 1 deletion 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-config/compare/v1.1.0...v1.2.0) (2017-02-13)


### Features

* **index:** allow extensions for .postcssrc ([0d3bf35](https://github.com/michael-ciniawsky/postcss-load-config/commit/0d3bf35))



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

Expand All @@ -9,7 +19,7 @@


<a name="1.0.0"></a>
# [1.0.0]((https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.0.0-rc...v1.0.0)) (2016-10-27)
# [1.0.0]((https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.0.0-rc...1.0.0)) (2016-10-27)


### Bug Fixes
Expand Down
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-load-config",
"version": "1.1.0",
"version": "1.2.0",
"description": "Autoload Config for PostCSS",
"engines": { "node": ">=0.12" },
"main": "index.js",
Expand All @@ -15,21 +15,21 @@
"dependencies": {
"cosmiconfig": "^2.1.0",
"object-assign": "^4.1.0",
"postcss-load-options": "^1.1.0",
"postcss-load-plugins": "^2.2.0"
"postcss-load-options": "^1.2.0",
"postcss-load-plugins": "^2.3.0"
},
"devDependencies": {
"ava": "^0.17.0",
"coveralls": "^2.11.15",
"ava": "^0.18.1",
"coveralls": "^2.11.16",
"cssnano": "^3.10.0",
"jsdoc-to-markdown": "^3.0.0",
"nyc": "^10.0.0",
"postcss": "^5.2.8",
"nyc": "^10.1.0",
"postcss": "^5.2.12",
"postcss-cssnext": "^2.8.0",
"postcss-import": "^9.1.0",
"postcss-nested": "^1.0.0",
"postcss-scss": "^0.4.0",
"postcss-sprites": "^4.1.1",
"postcss-sprites": "^4.2.0",
"standard": "^8.6.0",
"standard-changelog": "0.0.1",
"sugarss": "^0.2.0"
Expand All @@ -55,8 +55,10 @@
"email": "[email protected]"
},
{
"name": "Patrick Gilday",
"email": ""
"name": "Patrick Gilday"
},
{
"name": "Dalton Santos"
}
],
"repository": {
Expand Down

0 comments on commit a97396c

Please sign in to comment.