Skip to content

Commit

Permalink
fix: better handle invalid usage
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jun 4, 2019
1 parent 4b765b1 commit 446dd71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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/).

## [3.0.2] - 2019-06-05
### Fixed
- better handle invalid syntax

## [3.0.1] - 2019-05-16
### Fixed
- adds safety check before accessing "rule parent"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-modules-local-by-default",
"version": "3.0.1",
"version": "3.0.2",
"description": "A CSS Modules transform to make local scope the default",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 446dd71

Please sign in to comment.