mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-15 19:55:57 +08:00
@actions/core 1.8.0 release
This commit is contained in:
parent
c4ae214c26
commit
e73063a93c
@ -1,5 +1,10 @@
|
|||||||
# @actions/core Releases
|
# @actions/core Releases
|
||||||
|
|
||||||
|
### 1.8.0
|
||||||
|
- Deprecate `markdownSummary` extension export in favor of `summary`
|
||||||
|
- https://github.com/actions/toolkit/pull/1072
|
||||||
|
- https://github.com/actions/toolkit/pull/1073
|
||||||
|
|
||||||
### 1.7.0
|
### 1.7.0
|
||||||
- [Added `markdownSummary` extension](https://github.com/actions/toolkit/pull/1014)
|
- [Added `markdownSummary` extension](https://github.com/actions/toolkit/pull/1014)
|
||||||
|
|
||||||
|
2
packages/core/package-lock.json
generated
2
packages/core/package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@actions/core",
|
"name": "@actions/core",
|
||||||
"version": "1.7.0",
|
"version": "1.8.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@actions/core",
|
"name": "@actions/core",
|
||||||
"version": "1.7.0",
|
"version": "1.8.0",
|
||||||
"description": "Actions core lib",
|
"description": "Actions core lib",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"github",
|
"github",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user