Skip to content

Commit 38bb518

Browse files
chore(release): 2.0.2
1 parent 83c87d2 commit 38bb518

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
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.2] - 2018-12-05
6+
### Fixed
7+
- Don't break unicode characters.
8+
59
## [2.0.1] - 2018-11-23
6-
### Changed
10+
### Fixed
711
- Handle uppercase `keyframes` at rule.
812

913
## [2.0.0] - 2018-11-23

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.1",
3+
"version": "2.0.2",
44
"description": "A CSS Modules transform to make local scope the default",
55
"main": "src/index.js",
66
"engines": {

0 commit comments

Comments
 (0)