Skip to content

Commit 8567b08

Browse files
authored
Prep Release (#355)
1 parent 6eba4dc commit 8567b08

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
Go to [legend](#legend---types-of-changes) for further information about the types of changes.
1111

12-
## [Unreleased]
12+
## [0.10.1]
1313

1414
### Added
1515

@@ -21,9 +21,9 @@ Go to [legend](#legend---types-of-changes) for further information about the typ
2121

2222
### Fixed
2323

24-
_WD_CDPExecuteCommand: Missing $ prefix in variable name
25-
_WD_CapabilitiesAdd: Support keys containing colons
26-
_WD_ElementSelectAction: Altering selection now triggers Change event
24+
- _WD_CDPExecuteCommand: Missing $ prefix in variable name
25+
- _WD_CapabilitiesAdd: Support keys containing colons
26+
- _WD_ElementSelectAction: Altering selection now triggers Change event
2727

2828
## [0.10.0]
2929

@@ -981,8 +981,9 @@ _WD_CapabilitiesDisplay
981981
- Initial release
982982

983983

984-
[Unreleased]: https://github.com/Danp2/au3WebDriver/compare/0.10.0...HEAD
985-
[0.10.0]: https://github.com/Danp2/au3WebDriver/compare/0.9.1...0.10.0
984+
[Unreleased]: https://github.com/Danp2/au3WebDriver/compare/0.10.1...HEAD
985+
[0.10.1]: https://github.com/Danp2/au3WebDriver/compare/0.10.0...0.10.1
986+
[0.10.0]: https://github.com/Danp2/au3WebDriver/compare/0.9.1...0.10.0
986987
[0.9.1]: https://github.com/Danp2/au3WebDriver/compare/0.9.0...0.9.1
987988
[0.9.0]: https://github.com/Danp2/au3WebDriver/compare/0.8.1...0.9.0
988989
[0.8.1]: https://github.com/Danp2/au3WebDriver/compare/0.8.0...0.8.1

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
#EndRegion Many thanks to:
7070

7171
#Region Global Constants
72-
Global Const $__WDVERSION = "0.10.0"
72+
Global Const $__WDVERSION = "0.10.1"
7373

7474
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
7575
Global Const $_WD_SHADOW_ID = "shadow-6066-11e4-a52e-4f735466cecf"

0 commit comments

Comments
 (0)