Update lockfileVersion in package-lock.json in exec package (#1024)

* update packages

* update RELEASE
This commit is contained in:
Jonathan Tamsut
2022-03-16 11:24:01 -07:00
committed by GitHub
parent 72dfadb0c3
commit b820a0ff59
3 changed files with 21 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
# @actions/exec Releases
### 1.1.1
- Update `lockfileVersion` to `v2` in `package-lock.json [#1024](https://github.com/actions/toolkit/pull/1024)
### 1.1.0
- [Fix stdline dropping large output](https://github.com/actions/toolkit/pull/773)