Skip to content

Commit 20f0e1d

Browse files
chore(release): 3.0.0-rc.0
1 parent 48e904f commit 20f0e1d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [3.0.0-rc.0] - 2020-09-21
7+
8+
### BREAKING CHANGE
9+
10+
- minimum supported `Node.js` version is `>= 10.13.0 || >= 12.13.0 || >= 14`
11+
- minimum supported `postcss` version is `^8.0.3`
12+
- `postcss` was moved to `peerDependencies`, you need to install `postcss` in your project before use the plugin
13+
614
## [2.2.0] - 2020-03-19
715

816
- added the `exportGlobals` option to export global classes and ids

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.2.0",
3+
"version": "3.0.0-rc.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)