Skip to content

Commit

Permalink
chore: release v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geritol committed Apr 5, 2021
1 parent ef034b8 commit af261c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# and validate write access based on the master branches
# write-guard.yaml
- name: write-guard
uses: geritol/write-guard@v0.2.0
uses: geritol/write-guard@v0.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "write-guard",
"version": "0.2.0",
"version": "0.3.0",
"description": "Enforce file level write access for monorepos",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit af261c0

Please sign in to comment.