Skip to content

Commit

Permalink
chore(release): v2.2.0...2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Feb 13, 2017
1 parent 3ae2f08 commit 18d0809
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 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="2.3.0"></a>
# [2.3.0](https://github.com/michael-ciniawsky/postcss-load-plugins/compare/v2.2.0...v2.3.0) (2017-02-13)


### Features

* **index:** Allow extensions for .postcssrc ([65cc0d0](https://github.com/michael-ciniawsky/postcss-load-plugins/commit/65cc0d0))



<a name="2.2.0"></a>
# 2.2.0 (2017-01-11)

Expand Down
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-load-plugins",
"version": "2.2.0",
"version": "2.3.0",
"description": "Autoload Plugins for PostCSS",
"engines": { "node": ">=0.12" },
"main": "index.js",
Expand All @@ -17,17 +17,16 @@
"object-assign": "^4.1.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": "^2.0.0",
"nyc": "^10.0.0",
"peter": "^1.0.2",
"postcss": "^5.2.8",
"jsdoc-to-markdown": "^3.0.0",
"nyc": "^10.1.0",
"postcss": "^5.2.12",
"postcss-cssnext": "^2.8.0",
"postcss-import": "^9.0.0",
"postcss-import": "^9.1.0",
"postcss-nested": "^1.0.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 Down

0 comments on commit 18d0809

Please sign in to comment.