Skip to content

Commit

Permalink
Update lockfileVersion in package-lock.json in glob package (#1023
Browse files Browse the repository at this point in the history
)

* update versions

* update RELEASE file
  • Loading branch information
jtamsut committed Mar 16, 2022
1 parent b820a0f commit c07c5fc
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 39 deletions.
3 changes: 3 additions & 0 deletions packages/glob/RELEASES.md
@@ -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)
Expand Down
122 changes: 84 additions & 38 deletions packages/glob/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/glob/package.json
@@ -1,6 +1,6 @@
{
"name": "@actions/glob",
"version": "0.2.0",
"version": "0.2.1",
"preview": true,
"description": "Actions glob lib",
"keywords": [
Expand Down

0 comments on commit c07c5fc

Please sign in to comment.