Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AceFire6 committed Jun 21, 2021
1 parent 2a4e8de commit 2bcba22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ change-map:
eg. For a Python project where you want a list of Python files changed with and without deleted files
```yaml
uses: AceFire6/file_changes@v{version}
uses: AceFire6/file_changes@v0.1.0
with:
change-map: |
python: {"globs": "*.py", "separateDeleted": true}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file-changes",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"description": "A customisable filter that uses git to get changed files based on rules and sets them to outputs",
"main": "lib/main.js",
Expand Down

0 comments on commit 2bcba22

Please sign in to comment.