Skip to content

Commit bb6554c

Browse files
committed
Release 5.0.2
1 parent 7e7b639 commit bb6554c

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.2] - 2022-08-15
11+
1012
### Chores
1113

1214
- Re-release 5.0.1, it's missing from NPM 🤷
@@ -245,6 +247,7 @@ Edit: _Do not use. It breaks Node 8 compatiblity. Use 2.0.0 instead_
245247
- Added AUTHORS.
246248
- Cleaned Markdown files.
247249

248-
[unreleased]: https://github.com/scinos/yarn-deduplicate/compare/v5.0.1...HEAD
250+
[unreleased]: https://github.com/scinos/yarn-deduplicate/compare/v5.0.2...HEAD
251+
[5.0.2]: https://github.com/scinos/yarn-deduplicate/compare/v5.0.1...v5.0.2
249252
[5.0.1]: https://github.com/scinos/yarn-deduplicate/compare/v5.0.0...v5.0.1
250253
[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.1",
3+
"version": "5.0.2",
44
"bin": "./dist/cli.js",
55
"description": "Deduplication tool for yarn.lock files",
66
"keywords": [

0 commit comments

Comments
 (0)