Skip to content

Commit

Permalink
chore(release): 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Mar 5, 2019
1 parent 697cd1f commit ba6229a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.6] - 2019-03-05
### Fixed
- handles properly selector with escaping characters (like: `.\31 a2b3c { color: red }`)

## [2.0.5] - 2019-02-06
### Fixed
- Path to `index.js`
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-modules-local-by-default",
"version": "2.0.5",
"version": "2.0.6",
"description": "A CSS Modules transform to make local scope the default",
"main": "index.js",
"engines": {
Expand All @@ -19,7 +19,6 @@
"url": "https://github.com/css-modules/postcss-modules-local-by-default.git"
},
"prettier": {
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
Expand Down

0 comments on commit ba6229a

Please sign in to comment.