Skip to content

Commit 2bcba22

Browse files
committed
Bump version to 0.1.0
1 parent 2a4e8de commit 2bcba22

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ change-map:
4545
4646
eg. For a Python project where you want a list of Python files changed with and without deleted files
4747
```yaml
48-
uses: AceFire6/file_changes@v{version}
48+
uses: AceFire6/file_changes@v0.1.0
4949
with:
5050
change-map: |
5151
python: {"globs": "*.py", "separateDeleted": true}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "file-changes",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"description": "A customisable filter that uses git to get changed files based on rules and sets them to outputs",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)