Skip to content

Commit ec1cb48

Browse files
chore(release): 3.0.3
1 parent 389194c commit ec1cb48

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
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.3] - 2020-07-25
6+
### Fixed
7+
- treat `:import` and `:export` statements as pure
8+
59
## [3.0.2] - 2019-06-05
610
### Fixed
711
- better handle invalid syntax

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-modules-local-by-default",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "A CSS Modules transform to make local scope the default",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)