We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5dbd57 commit 346aea2Copy full SHA for 346aea2
2 files changed
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.0.18
5
+
6
+[compare changes](https://github.com/Jackie1210/css-gradient-parser/compare/v0.0.17...v0.0.18)
7
8
+### 🩹 Fixes
9
10
+- Support hsla in radial ([f5dbd57](https://github.com/Jackie1210/css-gradient-parser/commit/f5dbd57))
11
12
+### ❤️ Contributors
13
14
+- Lynn ([@Jackie1210](http://github.com/Jackie1210))
15
16
## v0.0.17
17
18
[compare changes](https://github.com/Jackie1210/css-gradient-parser/compare/v0.0.16...v0.0.17)
package.json
@@ -1,6 +1,6 @@
{
"name": "css-gradient-parser",
- "version": "0.0.17",
+ "version": "0.0.18",
"description": "a css gradient parser",
"packageManager": "pnpm@8.7.0",
"license": "MIT",
0 commit comments