Skip to content

Commit 442673c

Browse files
authored
release: 0.3.0 (#11)
1 parent 92755bb commit 442673c

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

.yarn/versions/6ad4a068.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
releases:
2-
yarn-plugin-deduplicate: minor
1+
declined:
2+
- yarn-plugin-deduplicate

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

78
## [Unreleased]
89

10+
## [0.3.0]
11+
12+
License under MIT license.
13+
14+
## [0.2.0]
15+
16+
Require yarn 2.1.0.
17+
918
## [0.1.1] - 2019-09-09
1019

1120
Initial release
1221

13-
[Unreleased]: https://github.com/eps1lon/yarn-plugin-deduplicate/compare/v0.1.1...HEAD
14-
[0.1.1]: https://github.com/eps1lon/yarn-plugin-deduplicate/releases/tag/v0.1.1
22+
[unreleased]: https://github.com/eps1lon/yarn-plugin-deduplicate/compare/v0.1.1...HEAD
23+
[0.1.1]: https://github.com/eps1lon/yarn-plugin-deduplicate/releases/tag/v0.1.1

bin/@yarnpkg/plugin-deduplicate.js

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yarn-plugin-deduplicate",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"license": "MIT",
55
"private": true,
66
"main": "./sources/index.ts",

0 commit comments

Comments
 (0)