File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 2.0.6] - 2019-03-05
6
+ ### Fixed
7
+ - handles properly selector with escaping characters (like: ` .\31 a2b3c { color: red } ` )
8
+
5
9
## [ 2.0.5] - 2019-02-06
6
10
### Fixed
7
11
- Path to ` index.js `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-modules-local-by-default" ,
3
- "version" : " 2.0.5 " ,
3
+ "version" : " 2.0.6 " ,
4
4
"description" : " A CSS Modules transform to make local scope the default" ,
5
5
"main" : " index.js" ,
6
6
"engines" : {
19
19
"url" : " https://github.com/css-modules/postcss-modules-local-by-default.git"
20
20
},
21
21
"prettier" : {
22
- "semi" : true ,
23
22
"singleQuote" : true ,
24
23
"trailingComma" : " es5"
25
24
},
You can’t perform that action at this time.
0 commit comments