Skip to content

Commit ca94930

Browse files
chore(release): v1.0.2...1.1.0
1 parent ef25cad commit ca94930

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
<a name="1.0.0"></a>
2-
# 1.0.0 (2016-10-10)
1+
<a name="1.1.0"></a>
2+
# [1.1.0](https://github.com/michael-ciniawsky/postcss-load-options/compare/v1.0.2...v1.1.0) (2017-01-07)
33

44

5+
### Features
6+
7+
* **index:** config file ([d8349b7](https://github.com/michael-ciniawsky/postcss-load-options/commit/d8349b7))
8+
59

610

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "postcss-load-options",
3-
"version": "1.0.2",
3+
"version": "1.1.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",
11+
"logs": "standard-changelog 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
},

0 commit comments

Comments
 (0)