Skip to content

Commit a0128ed

Browse files
chore(release): v2.0.1
2 parents ef87adb + aefcd4b commit a0128ed

File tree

5 files changed

+228
-150
lines changed

5 files changed

+228
-150
lines changed

.eslintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
2+
"parserOptions": {
3+
"ecmaVersion": 2018
4+
},
25
"env": {
36
"node": true
47
},
58
"rules": {
6-
"strict": [2, "never"],
79
"quotes": [2, "single"]
810
}
911
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.0.1] - 2018-11-23
6+
### Changed
7+
- Handle uppercase `keyframes` at rule.
8+
59
## [2.0.0] - 2018-11-23
610
### Changed
711
- Drop support `nodejs@4`.
@@ -72,3 +76,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7276
[0.0.9]: https://github.com/postcss-modules-local-by-default/compare/v0.0.8...v0.0.9
7377
[0.0.10]: https://github.com/postcss-modules-local-by-default/compare/v0.0.9...v0.0.10
7478
[0.0.11]: https://github.com/postcss-modules-local-by-default/compare/v0.0.10...v0.0.11
79+
[2.0.0]: https://github.com/postcss-modules-local-by-default/compare/v1.3.1...v2.0.0
80+
[2.0.1]: https://github.com/postcss-modules-local-by-default/compare/v2.0.0...v2.0.1

0 commit comments

Comments
 (0)