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
|
||||
|
||||
### 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
|
||||
|
||||
- Update @actions/core version
|
||||
### 0.1.0
|
||||
|
||||
- Initial release
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@actions/glob",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@actions/glob",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"preview": true,
|
||||
"description": "Actions glob lib",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue