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.1] - 2022-07-05
11
+
10
12
### Chores
11
13
12
14
- Update all transitive dependencies
@@ -230,5 +232,6 @@ Edit: _Do not use. It breaks Node 8 compatiblity. Use 2.0.0 instead_
230
232
- Added AUTHORS.
231
233
- Cleaned Markdown files.
232
234
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
234
237
[ 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.0 " ,
3
+ "version" : " 5.0.1 " ,
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