Skip to content

Commit d4e4a66

Browse files
authored
Merge pull request #182 from GitScrum/milestone-0.1.3
Milestone 0.1.3
2 parents 11f4059 + 6d1c8bf commit d4e4a66

File tree

7 files changed

+522
-350
lines changed

7 files changed

+522
-350
lines changed

.editorconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@ insert_final_newline = true
1111
[{package.json,*.yml}]
1212
indent_size = 2
1313

14-
[*.js]
15-
indent_style = tab
16-
1714
[*.md]
1815
trim_trailing_whitespace = false

changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="0.1.3"></a>
2+
## 0.1.3 (2018-01-17)
3+
4+
* 0.1.3 ([15a0bae](https://github.com/gitscrum/postcss-at-rules-variables/commit/15a0bae))
5+
* test: fix test for issue #181, pkg should not change source ([7e7c178](https://github.com/gitscrum/postcss-at-rules-variables/commit/7e7c178)), closes [#181](https://github.com/gitscrum/postcss-at-rules-variables/issues/181)
6+
* test: for issue #181 ([7c8b7d4](https://github.com/gitscrum/postcss-at-rules-variables/commit/7c8b7d4)), closes [#181](https://github.com/gitscrum/postcss-at-rules-variables/issues/181)
7+
* test: return comment test ) ([2261694](https://github.com/gitscrum/postcss-at-rules-variables/commit/2261694))
8+
* build: add lint before push ([da9fdd3](https://github.com/gitscrum/postcss-at-rules-variables/commit/da9fdd3))
9+
* build: fix lint for md ([8a5c787](https://github.com/gitscrum/postcss-at-rules-variables/commit/8a5c787))
10+
* build: update changelog ([01ed61f](https://github.com/gitscrum/postcss-at-rules-variables/commit/01ed61f))
11+
* build: update depDev ([87e70de](https://github.com/gitscrum/postcss-at-rules-variables/commit/87e70de))
12+
* docs: remove licence from readme ([d692765](https://github.com/gitscrum/postcss-at-rules-variables/commit/d692765))
13+
* docs: update example ([31a61cd](https://github.com/gitscrum/postcss-at-rules-variables/commit/31a61cd))
14+
* fix: circular reference, close #181 ([3badc9c](https://github.com/gitscrum/postcss-at-rules-variables/commit/3badc9c)), closes [#181](https://github.com/gitscrum/postcss-at-rules-variables/issues/181)
15+
* fix: eslint requested eslint-plugin-html ([09cdfdc](https://github.com/gitscrum/postcss-at-rules-variables/commit/09cdfdc))
16+
* style: forgot change to space ([2407fdc](https://github.com/gitscrum/postcss-at-rules-variables/commit/2407fdc))
17+
18+
19+
120
<a name="0.1.2"></a>
221
## 0.1.2 (2017-12-08)
322

0 commit comments

Comments
 (0)