diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b870c5e..0db4c77 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a174e26..2a518f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Format loosely follows [Keep a Changelog](https://keepachangelog.com/). +## [1.0.3](https://github.com/xyzzylabs/setup-zig/compare/v1.0.2...v1.0.3) (2026-08-21) + + +### Fixed + +* **deps:** bump @actions/cache to 6.2.0 and dev-deps; adapt to @types/node 26 ([#14](https://github.com/xyzzylabs/setup-zig/issues/14)) ([ee9dc3b](https://github.com/xyzzylabs/setup-zig/commit/ee9dc3b36d5e8d729f070fba62d6c1cf1283ce7e)) +* **deps:** bump brace-expansion to 1.1.18 ([#8](https://github.com/xyzzylabs/setup-zig/issues/8)) ([4b0bd01](https://github.com/xyzzylabs/setup-zig/commit/4b0bd01c32aaaa5311e3f21d1aef5fc0adf99bc2)) + ## [1.0.2](https://github.com/xyzzylabs/setup-zig/compare/v1.0.1...v1.0.2) (2026-07-09) diff --git a/package-lock.json b/package-lock.json index 92fc8e0..5245fc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setup-zig", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "setup-zig", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "@actions/cache": "^6.2.0", diff --git a/package.json b/package.json index 2be1499..34004d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-zig", - "version": "1.0.2", + "version": "1.0.3", "private": true, "description": "GitHub Action that installs the Zig compiler and caches the global Zig cache directory.", "type": "module",