Update lockfileVersion in package-lock.json in glob package (#1023)

* update versions

* update RELEASE file
This commit is contained in:
Jonathan Tamsut
2022-03-16 11:24:24 -07:00
committed by GitHub
parent b820a0ff59
commit c07c5fc410
3 changed files with 88 additions and 39 deletions

View File

@@ -1,5 +1,8 @@
# @actions/glob Releases
### 0.2.1
- Update `lockfileVersion` to `v2` in `package-lock.json [#1023](https://github.com/actions/toolkit/pull/1023)
### 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)