diff --git a/CHANGELOG.md b/CHANGELOG.md index 15bdcf4..b037521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 196db35..ad33b53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngrok", - "version": "4.3.1", + "version": "4.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ngrok", - "version": "4.3.1", + "version": "4.3.2", "hasInstallScript": true, "license": "BSD-2-Clause", "dependencies": { diff --git a/package.json b/package.json index e72a40b..577171c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngrok", - "version": "4.3.1", + "version": "4.3.2", "description": "node wrapper for ngrok", "main": "index.js", "exports": {