diff --git a/CHANGELOG.md b/CHANGELOG.md index 566da09ba..37e4924b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,12 @@ x -- Don't use hardcoded userId to update comments if using personal token in Github Actions - [@rohit-gohri] + + +# 9.3.0 + - Add the staged flag to `danger local` command - [@soyn] +- Don't use hardcoded userId to update comments if using personal token in Github Actions - [@rohit-gohri] - Disable warning in Github Action if using DANGER_GITHUB_API_TOKEN - [@rohit-gohri] - Update `parse-diff` library - [@417-72KI] - Fix repository slug in Jenkins provider - [sandratatarevicova] @@ -24,8 +28,6 @@ x - Fix Typos across danger-js Repo - [@yohix] - Fix `@octokit/rest` deprecation warning when using `.issues.addLabels()` - [@sogame] - - # 9.2.10 - Fixes for the homebrew generated binaries - [@hellocore]