diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f8ee94..ff07be3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 2.0.2 - 2021-02-17 + +* chore(deps): bump ini from 1.3.5 to 1.3.8 - **[@dependabot[bot]](https://github.com/apps/dependabot)** [#7](https://github.com/testiumjs/find-open-port/pull/7) + - [`518a6c9`](https://github.com/testiumjs/find-open-port/commit/518a6c952a8596cae71de90a4ab33e36a6a66da9) **chore:** bump ini from 1.3.5 to 1.3.8 - see: [v1](- [Commits](https://github.com/isaacs/ini/compare/v1) + + ### 2.0.1 - 2020-07-20 * chore(deps): bump lodash from 4.17.15 to 4.17.19 - **[@dependabot[bot]](https://github.com/apps/dependabot)** [#6](https://github.com/testiumjs/find-open-port/pull/6) diff --git a/package-lock.json b/package-lock.json index 9c0eb15..b95ad73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "find-open-port", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8f8ef6a..901daf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "find-open-port", - "version": "2.0.1", + "version": "2.0.2", "description": "Returns a promise for an open port on localhost", "license": "BSD-3-Clause", "main": "lib/find-open-port.js",