diff --git a/CHANGELOG.md b/CHANGELOG.md index be0c508e..9fff03e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.0.3](https://github.com/oclif/test/compare/v2.0.2...v2.0.3) (2021-12-08) + + +### Bug Fixes + +* align deps ([742fdb3](https://github.com/oclif/test/commit/742fdb301057fef5762a83ff65b361873f338769)) + ### [2.0.2](https://github.com/oclif/test/compare/v2.0.1...v2.0.2) (2021-12-02) diff --git a/package-lock.json b/package-lock.json index 5813d563..a83bb82b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oclif/test", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 501fb900..c3456ca7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/test", "description": "test helpers for oclif components", - "version": "2.0.2", + "version": "2.0.3", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/test/issues", "dependencies": {