Skip to content

Commit

Permalink
Release 0.4.10 (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade authored May 22, 2023
1 parent 12e8463 commit 97f113d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromium-bidi",
"version": "0.4.9",
"version": "0.4.10",
"description": "An implementation of the WebDriver BiDi protocol for Chromium implemented as a JavaScript layer translating between BiDi and CDP, running inside a Chrome tab.",
"scripts": {
"build": "wireit",
Expand Down Expand Up @@ -139,7 +139,8 @@
},
"files": [
"lib",
"!lib/**/*.spec.*"
"!lib/**/*.spec.*",
".browser"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 97f113d

Please sign in to comment.