We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4b27d commit 76f6ea0Copy full SHA for 76f6ea0
packages/css-parser-algorithms/CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changes to CSS Parser Algorithms
2
3
-### Unreleased (patch)
+### 3.0.3
4
+
5
+_October 23, 2024_
6
7
- Fix typo:
8
```diff
packages/css-parser-algorithms/package.json
@@ -1,7 +1,7 @@
{
"name": "@csstools/css-parser-algorithms",
"description": "Algorithms to help you parse CSS from an array of tokens.",
- "version": "3.0.2",
+ "version": "3.0.3",
"contributors": [
"name": "Antonio Laguna",
0 commit comments