New versions of toolkit packages (#835)

This commit is contained in:
Thomas Boop
2021-06-07 15:09:34 -04:00
committed by GitHub
parent c5e1af5dc3
commit 243a8bba07
10 changed files with 17 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
# @actions/glob Releases
### 0.2.0
- [Added the hashFiles function to Glob](https://github.com/actions/toolkit/pull/830)
- [Added an option to filter out directories](https://github.com/actions/toolkit/pull/728)
### 0.1.2
- [Fix bug where files were matched incorrectly](https://github.com/actions/toolkit/pull/805)

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/glob",
"version": "0.1.2",
"version": "0.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/glob",
"version": "0.1.2",
"version": "0.2.0",
"preview": true,
"description": "Actions glob lib",
"keywords": [