Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed May 23, 2023
1 parent e4f1b7f commit e0d7c59
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e0d7c59

Please sign in to comment.