Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Feb 27, 2022
1 parent d0eb0f0 commit de05bf1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.4.0 (2022-02-27)

- chore(deps): re-roll `yarn.lock` (d0eb0f0)
- chore(deps): uprade `@types/node@^17.0.21` (ffd71c3)
- chore(deps): uprade `release-it-lerna-changelog@^4.0.1` (7118783)
- chore(deps): uprade `release-it@^14.12.5` (a8733df)
- chore(deps): uprade `jest@^27.5.1` (ad1a71e)
- chore(deps): uprade `yargs@^17.0.8` (ca53149)
- chore(deps): move lerna to devDeps and peerDeps (d816db5)
([#21](https://github.com/ClarkSource/lerna-parallelism/pull/21)) by
[@sugarshin](https://github.com/sugarshin)


## v0.3.0 (2021-09-23)

- feat: support `--packageWeightKey nested.path`
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.3.0",
"version": "0.4.0",
"description": "`lerna run` with CircleCI parallelism splitting support",
"repository": {
"type": "git",
Expand Down

0 comments on commit de05bf1

Please sign in to comment.