Skip to content

Commit 96bcf30

Browse files
author
Sergio Cinos
committed
Release 5.0.1
1 parent 391bc07 commit 96bcf30

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [5.0.1] - 2022-07-05
11+
1012
### Chores
1113

1214
- Update all transitive dependencies
@@ -230,5 +232,6 @@ Edit: _Do not use. It breaks Node 8 compatiblity. Use 2.0.0 instead_
230232
- Added AUTHORS.
231233
- Cleaned Markdown files.
232234

233-
[unreleased]: https://github.com/scinos/yarn-deduplicate/compare/v5.0.0...HEAD
235+
[unreleased]: https://github.com/scinos/yarn-deduplicate/compare/v5.0.1...HEAD
236+
[5.0.1]: https://github.com/scinos/yarn-deduplicate/compare/v5.0.0...v5.0.1
234237
[5.0.0]: https://github.com/scinos/yarn-deduplicate/compare/v4.0.0...v5.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yarn-deduplicate",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"bin": "./dist/cli.js",
55
"description": "Deduplication tool for yarn.lock files",
66
"keywords": [

0 commit comments

Comments
 (0)