Skip to content

Commit e53e66d

Browse files
committed
chore: release v0.0.1
1 parent cd75841 commit e53e66d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
3+
## 0.0.1 (2024-03-13)

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: 2 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.0.0",
4+
"version": "0.0.1",
55
"description": "基于“视窗宽度”动态调整CSS像素值",
66
"author": "OSpoon [email protected]",
77
"license": "MIT",
@@ -67,4 +67,4 @@
6767
"lint-staged": {
6868
"*": "eslint --fix"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)