From fd4ffce8f1bba518336ceebb8449d8d6ca3a771d Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Thu, 19 Mar 2020 14:58:36 +0300 Subject: [PATCH] chore(release): 2.2.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef40af2..13b5133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.2.0] - 2020-03-19 +- added the `exportGlobals` option to export global classes and ids + ## [2.1.1] - 2019-03-05 ### Fixed - add additional space after the escape sequence (#17) diff --git a/package.json b/package.json index 1d63ab3..62a1aab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-modules-scope", - "version": "2.1.1", + "version": "2.2.0", "description": "A CSS Modules transform to extract export statements from local-scope classes", "main": "src/index.js", "engines": {