Skip to content

Commit

Permalink
v9.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Jan 23, 2025
1 parent 3ca0c15 commit b43b811
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [9.3.2] 2021-11-19

### Changed

- Replace `Error` with named `SudoPromptError`
- Remove deprecated [`util.isObject`](https://nodejs.org/api/deprecations.html#DEP0053) and [`util.isFunction`](https://nodejs.org/api/deprecations.html#DEP0049)

---

> [!NOTE]
> From here on, these are releases for `@vscode/sudo-prompt` and `sudo-prompt`
## [9.3.1] 2021-11-19

### Changed
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@expo/sudo-prompt",
"version": "9.3.1",
"public": true,
"version": "9.3.2",
"description": "Run a command using sudo, prompting the user with an OS dialog if necessary",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -37,5 +38,8 @@
"url": "https://github.com/expo/sudo-prompt/issues"
},
"homepage": "https://github.com/expo/sudo-prompt",
"scripts": {}
"scripts": {},
"publishConfig": {
"access": "public"
}
}

0 comments on commit b43b811

Please sign in to comment.