Skip to content

Commit 570cdb0

Browse files
committed
chore: release v1.4.0
1 parent 03a7032 commit 570cdb0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.4.0](https://github.com/hemengke1997/postcss-pxtorem/compare/v1.3.2...v1.4.0) (2024-02-06)
2+
3+
4+
### Code Refactoring
5+
6+
* `exclude` priority ([03a7032](https://github.com/hemengke1997/postcss-pxtorem/commit/03a7032284668d510cffa5da9a770a60f373b014))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* `exclude`'s priority higher than `include`
12+
13+
14+
115
## [1.3.2](https://github.com/hemengke1997/postcss-pxtorem/compare/v1.3.1...v1.3.2) (2023-12-15)
216

317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@minko-fe/postcss-pxtorem",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "A postcss plugin that converts px to rem.",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)