Skip to content

Commit fd4ffce

Browse files
chore(release): 2.2.0
1 parent 4ecc5d6 commit fd4ffce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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+
## [2.2.0] - 2020-03-19
6+
- added the `exportGlobals` option to export global classes and ids
7+
58
## [2.1.1] - 2019-03-05
69
### Fixed
710
- add additional space after the escape sequence (#17)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-modules-scope",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "A CSS Modules transform to extract export statements from local-scope classes",
55
"main": "src/index.js",
66
"engines": {

0 commit comments

Comments
 (0)