Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scinos committed Aug 29, 2022
1 parent 968745d commit 4488225
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]

## [6.0.0] - 2022-08-29

### Breaking changes

- Drop support for Node 12.x. Minimum supported version is 14.x
Expand Down Expand Up @@ -266,7 +268,8 @@ 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.2...HEAD
[unreleased]: https://github.com/scinos/yarn-deduplicate/compare/v6.0.0...HEAD
[6.0.0]: https://github.com/scinos/yarn-deduplicate/compare/v5.0.2...v6.0.0
[5.0.2]: https://github.com/scinos/yarn-deduplicate/compare/v5.0.1...v5.0.2
[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.2",
"version": "6.0.0",
"bin": "./dist/cli.js",
"description": "Deduplication tool for yarn.lock files",
"keywords": [
Expand Down

0 comments on commit 4488225

Please sign in to comment.