Skip to content

Commit 59cc288

Browse files
chore(release): 2.1.1
1 parent 8365f77 commit 59cc288

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.1.1] - 2019-03-05
6+
### Fixed
7+
- add additional space after the escape sequence (#17)
8+
59
## [2.1.0] - 2019-03-05
610
### Fixed
711
- handles properly selector with escaping characters (like: `.\31 a2b3c { color: red }`)

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-scope",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A CSS Modules transform to extract export statements from local-scope classes",
55
"main": "src/index.js",
66
"engines": {

0 commit comments

Comments
 (0)