Skip to content

Commit b820a0f

Browse files
authored
Update lockfileVersion in package-lock.json in exec package (#1024)
* update packages * update RELEASE
1 parent 72dfadb commit b820a0f

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

packages/exec/RELEASES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# @actions/exec Releases
22

3+
### 1.1.1
4+
- Update `lockfileVersion` to `v2` in `package-lock.json [#1024](https://github.com/actions/toolkit/pull/1024)
5+
36
### 1.1.0
47

58
- [Fix stdline dropping large output](https://github.com/actions/toolkit/pull/773)

packages/exec/package-lock.json

+17-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/exec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/exec",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Actions exec lib",
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)