Skip to content

Commit

Permalink
Release version 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Aug 16, 2022
1 parent 833e1d9 commit 29534f2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

...

## [4.3.2] - 2022-08-16

### Fixed

- Removes an unused variable that was causing trouble in strict mode (#280)
- Sets correct binary for darwin-arm architecture (#223)
- Moves TypeScript definition file so it works with latest module resolution (#292)

### Changed

- Updates `got` dependency to 11.8.5


## [4.3.1] - 2022-03-05

### Fixed
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngrok",
"version": "4.3.1",
"version": "4.3.2",
"description": "node wrapper for ngrok",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 29534f2

Please sign in to comment.