Skip to content

Commit f079d98

Browse files
committed
chore(release): 2.3.2
1 parent f50b350 commit f079d98

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
### [2.3.2](https://github.com/mdevils/css-selector-parser/compare/v2.3.1...v2.3.2) (2023-06-25)
6+
7+
8+
### Bug Fixes
9+
10+
* fix foruma parsing with negative A, closes [#28](https://github.com/mdevils/css-selector-parser/issues/28) ([824312f](https://github.com/mdevils/css-selector-parser/commit/824312fc65a677a78699814ad222af3298afd772))
11+
* include js file extension into the mjs build, closes [#22](https://github.com/mdevils/css-selector-parser/issues/22) ([f50b350](https://github.com/mdevils/css-selector-parser/commit/f50b350bd28db0085d4fc05a3f74475c812b05c3))
12+
* rendering nested selectors with combinators, closes [#27](https://github.com/mdevils/css-selector-parser/issues/27) ([40fb434](https://github.com/mdevils/css-selector-parser/commit/40fb4345f3d720bf27e6d8a7809ee51e282bc512))
13+
514
### [2.3.1](https://github.com/mdevils/css-selector-parser/compare/v2.3.0...v2.3.1) (2023-06-24)
615

716

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-selector-parser",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Powerful and compliant CSS selector parser.",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)