Skip to content

Commit e0d7c59

Browse files
committed
Release 3.3.0
1 parent e4f1b7f commit e0d7c59

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@
2020

2121

2222

23+
24+
25+
26+
## v3.3.0 (2023-05-23)
27+
28+
#### :rocket: Enhancement
29+
* [#605](https://github.com/bmish/check-dependency-version-consistency/pull/605) Add new option `--dep-type` ([@bmish](https://github.com/bmish))
30+
* [#606](https://github.com/bmish/check-dependency-version-consistency/pull/606) Add `optionalDependencies` option to `--dep-type` ([@bmish](https://github.com/bmish))
31+
* [#601](https://github.com/bmish/check-dependency-version-consistency/pull/601) Add `peerDependencies` option to `--dep-type` ([@bmish](https://github.com/bmish))
32+
33+
#### Committers: 1
34+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
2335

2436

2537
## v3.2.1 (2023-05-20)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "check-dependency-version-consistency",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "Ensures dependencies are on consistent versions across a monorepo.",
55
"keywords": [
66
"dependencies",

0 commit comments

Comments
 (0)