Skip to content

Commit ababb13

Browse files
committed
chore: release v0.1.4
1 parent e9c9785 commit ababb13

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11

22

3+
## [0.1.4](https://github.com/OSpoon/postcss-dynamic-pixel/compare/0.1.3...0.1.4) (2024-05-20)
4+
5+
6+
### Bug Fixes
7+
8+
* handle negative ([6704ec0](https://github.com/OSpoon/postcss-dynamic-pixel/commit/6704ec074fc5c33febd47211db4bf0a1fe9ed022))
9+
* 移除无效模块 ([e9c9785](https://github.com/OSpoon/postcss-dynamic-pixel/commit/e9c9785d8f8f60167dc1b517adcddb3b51732789))
10+
311
## [0.1.3](https://github.com/OSpoon/postcss-dynamic-pixel/compare/0.1.2...0.1.3) (2024-03-22)
412

513
## [0.1.2](https://github.com/OSpoon/postcss-dynamic-pixel/compare/0.1.1...0.1.2) (2024-03-18)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-dynamic-pixel",
33
"type": "module",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"description": "基于“视窗宽度”动态调整CSS像素值",
66
"author": "OSpoon [email protected]",
77
"license": "MIT",

0 commit comments

Comments
 (0)