Skip to content

Commit 446dd71

Browse files
fix: better handle invalid usage
1 parent 4b765b1 commit 446dd71

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+
## [3.0.2] - 2019-06-05
6+
### Fixed
7+
- better handle invalid syntax
8+
59
## [3.0.1] - 2019-05-16
610
### Fixed
711
- adds safety check before accessing "rule parent"

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.1",
3+
"version": "3.0.2",
44
"description": "A CSS Modules transform to make local scope the default",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)