Skip to content

Commit 1b84679

Browse files
chore(release): 3.0.1
1 parent 9b9a346 commit 1b84679

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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+
## [3.0.1] - 2019-05-16
6+
### Fixed
7+
- adds safety check before accessing "rule parent"
8+
9+
## [3.0.0] - 2019-05-07
10+
### Features
11+
- don't localize imported values in selectors
12+
### Changes
13+
- don't localize imported values in selectors
14+
515
## [2.0.6] - 2019-03-05
616
### Fixed
717
- 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-local-by-default",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A CSS Modules transform to make local scope the default",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)