File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 5.0.2] - 2022-08-15
11
+
10
12
### Chores
11
13
12
14
- 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_
245
247
- Added AUTHORS.
246
248
- Cleaned Markdown files.
247
249
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
249
252
[ 5.0.1 ] : https://github.com/scinos/yarn-deduplicate/compare/v5.0.0...v5.0.1
250
253
[ 5.0.0 ] : https://github.com/scinos/yarn-deduplicate/compare/v4.0.0...v5.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " yarn-deduplicate" ,
3
- "version" : " 5.0.1 " ,
3
+ "version" : " 5.0.2 " ,
4
4
"bin" : " ./dist/cli.js" ,
5
5
"description" : " Deduplication tool for yarn.lock files" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments