Skip to content

Commit

Permalink
Release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Cinos committed Jul 5, 2022
1 parent 391bc07 commit 96bcf30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [5.0.1] - 2022-07-05

### Chores

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

[unreleased]: https://github.com/scinos/yarn-deduplicate/compare/v5.0.0...HEAD
[unreleased]: https://github.com/scinos/yarn-deduplicate/compare/v5.0.1...HEAD
[5.0.1]: https://github.com/scinos/yarn-deduplicate/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/scinos/yarn-deduplicate/compare/v4.0.0...v5.0.0
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "yarn-deduplicate",
"version": "5.0.0",
"version": "5.0.1",
"bin": "./dist/cli.js",
"description": "Deduplication tool for yarn.lock files",
"keywords": [
Expand Down

0 comments on commit 96bcf30

Please sign in to comment.