Skip to content

Commit 7df8ca5

Browse files
committed
4.0.1
1 parent 7faadc8 commit 7df8ca5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## next
1+
## 4.0.1 (October 11, 2024)
22

3-
- Uniformed location properties on validation errors; all errors (excluding parse errors) now include `offset`, `start`, `end`, and `loc` properties
3+
- Fixed location properties on validation errors; all errors (excluding parse errors) now include `offset`, `start`, `end`, and `loc` properties
44

55
## 4.0.0 (October 10, 2024)
66

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csstree-validator",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "CSS validator built on csstree",
55
"author": "Roman Dvornov <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)