Skip to content

Commit 854ba91

Browse files
committed
chore: release v0.1.0
1 parent cee3898 commit 854ba91

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11

22

3+
# [0.1.0](https://github.com/OSpoon/postcss-dynamic-pixel/compare/0.0.1...0.1.0) (2024-03-14)
4+
5+
6+
### Bug Fixes
7+
8+
* https://github.com/npm/cli/issues/4828 ([cee3898](https://github.com/OSpoon/postcss-dynamic-pixel/commit/cee3898a6431f57bc063124a66a1b22a5cc22ca1))
9+
10+
11+
### Features
12+
13+
* 基础功能验证 ([b35bf74](https://github.com/OSpoon/postcss-dynamic-pixel/commit/b35bf742ec66db7b6c285e5bb8d92db4320bba7c))
14+
315
## 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: 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.0.1",
4+
"version": "0.1.0",
55
"description": "基于“视窗宽度”动态调整CSS像素值",
66
"author": "OSpoon zxin088@gmail.com",
77
"license": "MIT",

0 commit comments

Comments
 (0)