We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c87d2 commit 38bb518Copy full SHA for 38bb518
CHANGELOG.md
@@ -2,8 +2,12 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [2.0.2] - 2018-12-05
6
+### Fixed
7
+- Don't break unicode characters.
8
+
9
## [2.0.1] - 2018-11-23
-### Changed
10
11
- Handle uppercase `keyframes` at rule.
12
13
## [2.0.0] - 2018-11-23
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-modules-local-by-default",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "A CSS Modules transform to make local scope the default",
"main": "src/index.js",
"engines": {
0 commit comments