Skip to content

Commit 44d4e85

Browse files
chore(release): 4.0.0-rc.3
1 parent 333d90b commit 44d4e85

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [4.0.0-rc.3](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.2...v4.0.0-rc.3) - 2020-10-08
7+
8+
### BREAKING CHANGE
9+
10+
- minimum supported `postcss` version is `^8.1.0`
11+
12+
### Fixes
13+
14+
- minimum supported `Node.js` version is `^10 || ^12 || >= 14`
15+
- compatibility with PostCSS 8
16+
617
## [4.0.0-rc.2](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.1...v4.0.0-rc.2) - 2020-09-22
718

819
### Fixes

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "postcss-modules-values",
3-
"version": "4.0.0-rc.2",
3+
"version": "4.0.0-rc.3",
44
"description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files",
55
"main": "src/index.js",
66
"files": [
77
"src"
88
],
99
"engines": {
10-
"node": ">= 10.13.0 || >= 12.13.0 || >= 14"
10+
"node": "^10 || ^12 || >= 14"
1111
},
1212
"scripts": {
1313
"prettier": "prettier -l --ignore-path .gitignore .",

0 commit comments

Comments
 (0)