Skip to content

Commit

Permalink
v2.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Aug 12, 2024
1 parent 2febd36 commit 82e199d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## v2.11.4

- Fixed parsing unclosed attribute selector (such as `a[href`).
- Fixed parsing bare pseudo class or element selectors.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Better typed `querySelector` and `querySelectorAll`.",
"author": "Pig Fang <[email protected]>",
"repository": "g-plane/typed-query-selector",
"version": "2.11.3",
"version": "2.11.4",
"license": "MIT",
"files": [
"*.d.ts"
Expand Down

0 comments on commit 82e199d

Please sign in to comment.