mirror of https://github.com/actions/toolkit
Update @actions/glob to 0.1.2 (#818)
parent
9ac66375a0
commit
6e33c78c3d
|
@ -1,9 +1,13 @@
|
||||||
# @actions/glob Releases
|
# @actions/glob Releases
|
||||||
|
|
||||||
### 0.1.0
|
### 0.1.2
|
||||||
|
|
||||||
- Initial release
|
- [Fix bug where files were matched incorrectly](https://github.com/actions/toolkit/pull/805)
|
||||||
|
|
||||||
### 0.1.1
|
### 0.1.1
|
||||||
|
|
||||||
- Update @actions/core version
|
- Update @actions/core version
|
||||||
|
### 0.1.0
|
||||||
|
|
||||||
|
- Initial release
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@actions/glob",
|
"name": "@actions/glob",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@actions/glob",
|
"name": "@actions/glob",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"description": "Actions glob lib",
|
"description": "Actions glob lib",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue