From f8e06dfa8db2caf103d3679136538b7439cc8532 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Sun, 27 Mar 2022 13:27:42 -0400 Subject: [PATCH] Release 3.0.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e79cda..5cf54287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,19 @@ + +## v3.0.0 (2022-03-27) + +#### :boom: Breaking Change +* [#348](https://github.com/bmish/check-dependency-version-consistency/pull/348) Check `resolutions` for inconsistencies ([@bmish](https://github.com/bmish)) +* [#379](https://github.com/bmish/check-dependency-version-consistency/pull/379) Consider nested workspaces ([@dobesv](https://github.com/dobesv)) + +#### Committers: 3 +- Bryan Mishkin ([@bmish](https://github.com/bmish)) +- Darius D. ([@ddzz](https://github.com/ddzz)) +- Dobes Vandermeer ([@dobesv](https://github.com/dobesv)) + + ## v2.0.4 (2022-03-18) #### :bug: Bug Fix diff --git a/package.json b/package.json index 09449584..28c3cc01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "check-dependency-version-consistency", - "version": "2.0.4", + "version": "3.0.0", "description": "Ensures dependencies are on consistent versions across a monorepo.", "keywords": [ "dependencies",