diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ad349..a5a381a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 3.0.2 + +* chore(deps): bump lodash from 4.17.15 to 4.17.19 - **[@dependabot[bot]](https://github.com/apps/dependabot)** [#49](https://github.com/testiumjs/testium-core/pull/49) + - [`4e07f44`](https://github.com/testiumjs/testium-core/commit/4e07f441998f46399813205a4a8223507b22c1b2) **chore:** bump lodash from 4.17.15 to 4.17.19 - see: [4](- [Commits](https://github.com/lodash/lodash/compare/4) + + ### 3.0.1 * chore: update packages - **[@aaarichter](https://github.com/aaarichter)** [#48](https://github.com/testiumjs/testium-core/pull/48) diff --git a/package-lock.json b/package-lock.json index 0876480..409a878 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "testium-core", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a3e934e..98e231f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testium-core", - "version": "3.0.1", + "version": "3.0.2", "description": "Juggling the bits and pieces to run integration tests", "license": "BSD-3-Clause", "main": "lib/testium-core.js",