From 93d8f8e5b639d66c1a89c76cad4ad98e8d93bd11 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Thu, 11 May 2023 14:53:09 -0400 Subject: [PATCH] Release 3.1.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a620ba41..819dc9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,28 @@ + +## v3.1.0 (2023-05-11) + +#### :rocket: Enhancement +* [#574](https://github.com/bmish/check-dependency-version-consistency/pull/574) Support pnpm workspaces ([@bmish](https://github.com/bmish)) + +#### :bug: Bug Fix +* [#586](https://github.com/bmish/check-dependency-version-consistency/pull/586) Add back error messages when unable to detect workspaces ([@bmish](https://github.com/bmish)) + +#### :memo: Documentation +* [#543](https://github.com/bmish/check-dependency-version-consistency/pull/543) Mention competing offering Yarn Constraints in readme ([@bmish](https://github.com/bmish)) +* [#544](https://github.com/bmish/check-dependency-version-consistency/pull/544) Mention npm workspaces in readme ([@bmish](https://github.com/bmish)) + +#### :house: Internal +* [#561](https://github.com/bmish/check-dependency-version-consistency/pull/561) Add Node v19 to CI ([@ddzz](https://github.com/ddzz)) +* [#548](https://github.com/bmish/check-dependency-version-consistency/pull/548) Add CodeQL ([@bmish](https://github.com/bmish)) + +#### Committers: 2 +- Bryan Mishkin ([@bmish](https://github.com/bmish)) +- Darius Dzien ([@ddzz](https://github.com/ddzz)) + + ## v3.0.3 (2022-09-26) #### :bug: Bug Fix diff --git a/package.json b/package.json index 8639544d..62f76922 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "check-dependency-version-consistency", - "version": "3.0.3", + "version": "3.1.0", "description": "Ensures dependencies are on consistent versions across a monorepo.", "keywords": [ "dependencies",