Merge tag 'v1.2.5' into v1

This commit is contained in:
Renée Kooi
2020-10-11 18:23:18 +02:00
3 changed files with 4291 additions and 4214 deletions

View File

@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 1.2.5
* Update dependencies to fix #11.
## 1.2.4
* Update dependencies simple-get and ncc.

8498
dist/index.js vendored

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"name": "setup-zig",
"description": "Use the zig compiler in your Github Action",
"version": "1.2.4",
"version": "1.2.5",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/goto-bus-stop/setup-zig/issues"
@@ -13,7 +13,7 @@
"simple-get": "^4.0.0"
},
"devDependencies": {
"@zeit/ncc": "^0.22.0",
"@vercel/ncc": "^0.24.1",
"standard": "^14.3.1"
},
"homepage": "https://github.com/goto-bus-stop/setup-zig",