Skip to content

Commit 8e9514c

Browse files
chore(release): 2.0.3
1 parent e66cb3c commit 8e9514c

File tree

3 files changed

+539
-83
lines changed

3 files changed

+539
-83
lines changed

CHANGELOG.md

Lines changed: 4 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.3] - 2018-12-21
6+
### Fixed
7+
- Don't modify inappropriate animation keywords
8+
59
## [2.0.2] - 2018-12-05
610
### Fixed
711
- Don't break unicode characters.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-modules-local-by-default",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A CSS Modules transform to make local scope the default",
55
"main": "src/index.js",
66
"engines": {

0 commit comments

Comments
 (0)