diff --git a/CHANGELOG.md b/CHANGELOG.md index 303d541..1a310fe 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)** [#6](https://github.com/testiumjs/testium-cookie/pull/6) + - [`9b10b36`](https://github.com/testiumjs/testium-cookie/commit/9b10b366c1c05a85655208fcf4376cb5877c3986) **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 * Bump lodash from 4.17.15 to 4.17.19 - **[@dependabot[bot]](https://github.com/apps/dependabot)** [#5](https://github.com/testiumjs/testium-cookie/pull/5) diff --git a/package-lock.json b/package-lock.json index 0683809..75ed54b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "testium-cookie", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7bbfb1e..e7af369 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testium-cookie", - "version": "2.0.1", + "version": "2.0.2", "description": "Logic for encoding and decoding meta data when interacting with the testium proxy", "license": "BSD-3-Clause", "main": "lib/testium-cookie.js",