diff --git a/CHANGELOG.md b/CHANGELOG.md index 020793d9..00c227e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ - `@gitbeaker/core` - feats: adds options interface for MergeRequest.all() [#606](https://github.com/jdalrymple/gitbeaker/pull/606) ([@AlvaroBernalG](https://github.com/AlvaroBernalG) [@jdalrymple](https://github.com/jdalrymple)) -#### ⚠️ Pushed to `master` +#### ⚠️ Pushed to `master` -- Linting [skip-ci] ([@jdalrymple](https://github.com/jdalrymple)) +- Linting [skip-ci](<[@jdalrymple](https://github.com/jdalrymple)>) #### 🔩 Dependencies diff --git a/README.md b/README.md index 0cd4d51c..34ce04b8 100644 --- a/README.md +++ b/README.md @@ -642,6 +642,7 @@ This started as a fork from [node-gitlab-legacy](https://github.com/node-gitlab/ + - [Dylan DesRosier](https://github.com/ddesrosier) diff --git a/lerna.json b/lerna.json index 54624753..2f50c2b7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,5 @@ { - "packages": [ - "packages/*" - ], + "packages": ["packages/*"], "npmClient": "yarn", "useWorkspaces": true, "version": "19.1.0",