Skip to content

Commit 4175898

Browse files
bump: version 2.3.0 → 2.3.1
1 parent 3db9059 commit 4175898

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 2.3.1 (2025-07-12)
2+
3+
### Fix
4+
5+
- refactor click_option_tag to use direct script reference
6+
- update script to use closest for more reliable DOM selection
7+
- improve selection script for higher accuracy
8+
- use correct class name and id selector in query()
9+
- add fetch command methods to handle request processing
10+
11+
### Refactor
12+
13+
- change body type from dict to string in fetch command parameters
14+
- refactor continue_request and fulfill_request to use options
15+
- enhance continue_request and fulfill_request with new options
16+
117
## 2.3.0 (2025-06-25)
218

319
### Feat

cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
commitizen:
33
name: cz_conventional_commits
44
tag_format: $version
5-
version: 2.3.0
5+
version: 2.3.1

0 commit comments

Comments
 (0)