Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Sep 23, 2021
1 parent 113ec55 commit a8d9c6d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.1.4 (2021-09-23)

- chore(deps): update all dependencies to the latest version
- chore(deps): allow `lerna` `^3.22.1 || ^4.0.0`
- refactor(deps): `require` relative from `lerna`
Drop the direct dependencies to `@lerna/*` & `yargs`. Instead only depend on
`lerna` and look up all further sub-dependencies relative from there.


## v0.1.3 (2020-07-10)

## v0.1.2 (2020-06-29)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lerna-parallelism",
"version": "0.1.3",
"version": "0.1.4",
"description": "`lerna run` with CircleCI parallelism splitting support",
"repository": {
"type": "git",
Expand Down

0 comments on commit a8d9c6d

Please sign in to comment.