Skip to content

Commit af261c0

Browse files
committed
chore: release v0.3
1 parent ef034b8 commit af261c0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# and validate write access based on the master branches
5959
# write-guard.yaml
6060
- name: write-guard
61-
uses: geritol/write-guard@v0.2.0
61+
uses: geritol/write-guard@v0.3.0
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "write-guard",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Enforce file level write access for monorepos",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)