diff --git a/CHANGELOG.md b/CHANGELOG.md index e499e46..bfcadde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,18 @@ + + + +## v3.3.0 (2023-05-23) + +#### :rocket: Enhancement +* [#605](https://github.com/bmish/check-dependency-version-consistency/pull/605) Add new option `--dep-type` ([@bmish](https://github.com/bmish)) +* [#606](https://github.com/bmish/check-dependency-version-consistency/pull/606) Add `optionalDependencies` option to `--dep-type` ([@bmish](https://github.com/bmish)) +* [#601](https://github.com/bmish/check-dependency-version-consistency/pull/601) Add `peerDependencies` option to `--dep-type` ([@bmish](https://github.com/bmish)) + +#### Committers: 1 +- Bryan Mishkin ([@bmish](https://github.com/bmish)) ## v3.2.1 (2023-05-20) diff --git a/package.json b/package.json index 2fc11d9..8f4ca64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "check-dependency-version-consistency", - "version": "3.2.1", + "version": "3.3.0", "description": "Ensures dependencies are on consistent versions across a monorepo.", "keywords": [ "dependencies",