Skip to content

Commit ba6229a

Browse files
chore(release): 2.0.6
1 parent 697cd1f commit ba6229a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.6] - 2019-03-05
6+
### Fixed
7+
- handles properly selector with escaping characters (like: `.\31 a2b3c { color: red }`)
8+
59
## [2.0.5] - 2019-02-06
610
### Fixed
711
- Path to `index.js`

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-modules-local-by-default",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "A CSS Modules transform to make local scope the default",
55
"main": "index.js",
66
"engines": {
@@ -19,7 +19,6 @@
1919
"url": "https://github.com/css-modules/postcss-modules-local-by-default.git"
2020
},
2121
"prettier": {
22-
"semi": true,
2322
"singleQuote": true,
2423
"trailingComma": "es5"
2524
},

0 commit comments

Comments
 (0)