Skip to content

Commit 4fa692e

Browse files
chore(release): 2.1.0
1 parent d82c4fa commit 4fa692e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change Log
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.1.0] - 2019-03-05
6+
### Fixed
7+
- handles properly selector with escaping characters (like: `.\31 a2b3c { color: red }`)
8+
### Feature
9+
- `generateExportEntry` option (allow to setup key and value for `:export {}` rule)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-modules-scope",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
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)