Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…mote-debugger into declarations
  • Loading branch information
mykola-mokhnach committed Jul 24, 2024
2 parents 291add7 + 9d081d3 commit 93692b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [11.4.0](https://github.com/appium/appium-remote-debugger/compare/v11.3.2...v11.4.0) (2024-07-24)

### Features

* Export type declarations ([#389](https://github.com/appium/appium-remote-debugger/issues/389)) ([d86b7a4](https://github.com/appium/appium-remote-debugger/commit/d86b7a48a824dea6ddcd21566a6f38f97092c475))

## [11.3.2](https://github.com/appium/appium-remote-debugger/compare/v11.3.1...v11.3.2) (2024-07-09)

### Miscellaneous Chores
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"appium"
],
"version": "11.3.2",
"version": "11.4.0",
"author": "Appium Contributors",
"license": "Apache-2.0",
"repository": {
Expand All @@ -18,6 +18,7 @@
"node": ">=14",
"npm": ">=8"
},
"types": "./build/index.d.ts",
"main": "./build/index.js",
"bin": {},
"directories": {
Expand All @@ -26,8 +27,7 @@
"files": [
"index.js",
"lib",
"build/index.js",
"build/lib",
"build",
"scripts",
"atoms",
"CHANGELOG.md"
Expand Down

0 comments on commit 93692b2

Please sign in to comment.