Skip to content

Commit fc1a827

Browse files
committed
chore: release v0.1.2
1 parent a0bf889 commit fc1a827

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

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

22

3+
## [0.1.2](https://github.com/OSpoon/postcss-dynamic-pixel/compare/0.1.1...0.1.2) (2024-03-18)
4+
35
## [0.1.1](https://github.com/OSpoon/postcss-dynamic-pixel/compare/0.1.0...0.1.1) (2024-03-14)
46

57

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: 8 additions & 2 deletions
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.1",
4+
"version": "0.1.2",
55
"description": "基于“视窗宽度”动态调整CSS像素值",
66
"author": "OSpoon [email protected]",
77
"license": "MIT",
@@ -11,7 +11,13 @@
1111
"url": "git+https://github.com/OSpoon/postcss-dynamic-pixel.git"
1212
},
1313
"bugs": "https://github.com/OSpoon/postcss-dynamic-pixel/issues",
14-
"keywords": ["postcss-plugin", "postcss", "pixel", "responsive", "px"],
14+
"keywords": [
15+
"postcss-plugin",
16+
"postcss",
17+
"pixel",
18+
"responsive",
19+
"px"
20+
],
1521
"sideEffects": false,
1622
"exports": {
1723
".": {

0 commit comments

Comments
 (0)