Skip to content

Commit 31e3dde

Browse files
chore: release 0.0.1
1 parent 0a79d06 commit 31e3dde

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [0.0.1](https://github.com/dlenroc/appium-html-driver/compare/v0.0.0...v0.0.1) (2022-06-11)
4+
5+
6+
### Features
7+
8+
* DevTools Protocol support ([0a79d06](https://github.com/dlenroc/appium-html-driver/commit/0a79d06d146770964c55b711d91d08f1b92155cb))
9+
10+
11+
### Bug Fixes
12+
13+
* **chakra:** replace `isConnected` with `ownerDocument.contains` ([df931d2](https://github.com/dlenroc/appium-html-driver/commit/df931d2e51ce251f2b97811ca907f7dcbeeaca31))

npm-shrinkwrap.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": "@dlenroc/appium-html-driver",
3-
"version": "0.1.0",
3+
"version": "0.0.1",
44
"description": "WebDriver for testing HTML applications",
55
"author": "Corneliu Duplachi",
66
"repository": "dlenroc/appium-html-driver",

0 commit comments

Comments
 (0)