From ec1cb48675a3c17028c5f68a4e4aa32f5c4dcecd Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Sat, 25 Jul 2020 15:42:33 +0300 Subject: [PATCH] chore(release): 3.0.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a6124..7cbf07d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3] - 2020-07-25 +### Fixed +- treat `:import` and `:export` statements as pure + ## [3.0.2] - 2019-06-05 ### Fixed - better handle invalid syntax diff --git a/package.json b/package.json index b0aaba4..0d644e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-modules-local-by-default", - "version": "3.0.2", + "version": "3.0.3", "description": "A CSS Modules transform to make local scope the default", "main": "index.js", "engines": {