Skip to content

Commit

Permalink
v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sheck committed Oct 14, 2022
1 parent b94402f commit 6d196ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## v0.7 (2022-10-14)

- Feature: configure dependency installation with `dependencyInstallMode` (https://github.com/planningcenter/balto-eslint/pull/20)
- Internal only: Switch to NCC for building (https://github.com/planningcenter/balto-eslint/pull/18)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- uses: planningcenter/balto-eslint@v0.6
- uses: planningcenter/balto-eslint@v0.7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 6d196ca

Please sign in to comment.