Skip to content

Commit 4b5fc9a

Browse files
bump: version 0.4.4 → 0.5.0
1 parent cee24f2 commit 4b5fc9a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.5.0 (2024-11-11)
2+
3+
### Feat
4+
5+
- add method to generate command for calling a function on an object
6+
- implement script execution and visibility checks in click method
7+
- add JavaScript functions for element visibility and interaction
8+
9+
### Refactor
10+
11+
- enhance exception classes with descriptive error messages
12+
- simplify command creation by using RuntimeCommands.evaluate_script
13+
- refactor JavaScript execution and introduce runtime commands
14+
115
## 0.4.4 (2024-11-11)
216

317
### Fix

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: 0.4.4
5+
version: 0.5.0

0 commit comments

Comments
 (0)