Skip to content

Commit 6304214

Browse files
1.2.0-rc.2
1 parent d101c35 commit 6304214

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [1.2.0-rc.2] - 2018-02-03
10+
### Fixed
11+
- Issue with internal yarnpkg/lockfile dependency that slipped testing.
12+
913
## [1.2.0-rc.1] - 2018-02-02
1014
### Added
1115
- Duplicate dependency checker that uses `yarn.lock`. This is a stop-gap solution for Yarn's inability to report flat mode dependency conflicts when running in a non-interactive context.

package-lock.json

Lines changed: 1 addition & 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": "@userfrosting/merge-package-dependencies",
3-
"version": "1.2.0-rc.1",
3+
"version": "1.2.0-rc.2",
44
"description": "Merge NPM, Yarn or Bower package dependencies into one package, with semvar rules respected.",
55
"repository": "github:userfrosting/merge-package-dependencies",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)