Skip to content

Commit fb2559f

Browse files
committed
chore(release): 3.0.5
1 parent 2520a49 commit fb2559f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [3.0.5](https://github.com/mdevils/css-selector-parser/compare/v3.0.4...v3.0.5) (2024-03-02)
6+
7+
8+
### Bug Fixes
9+
10+
* single hyphen is not a valid identifier, throwing an exception, closes [#38](https://github.com/mdevils/css-selector-parser/issues/38) ([2520a49](https://github.com/mdevils/css-selector-parser/commit/2520a494ec81f02c42b28b9ba92c4a2ab33b6fbc))
11+
512
### [3.0.4](https://github.com/mdevils/css-selector-parser/compare/v3.0.3...v3.0.4) (2023-12-15)
613

714

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": "css-selector-parser",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Powerful and compliant CSS selector parser.",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)