From 7ab2955eb728f5440978d5824358023be3a2802d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sat, 30 Dec 2023 12:36:33 +0100 Subject: [PATCH] 2.2.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1101231..18c57a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.2.0 +* Update the action to use Node.js 20. [#61](https://github.com/goto-bus-stop/setup-zig/pull/61) +* Add a test for zig 0.11.0. [#62](https://github.com/goto-bus-stop/setup-zig/pull/62) + +Thanks [@chenrui333](https://github.com/chenrui333)! + ## 2.1.1 * Fix `cache: false`, see [#55](https://github.com/goto-bus-stop/setup-zig/issues/55). diff --git a/package.json b/package.json index 0518a23..b9ccc0f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "setup-zig", "description": "Use the zig compiler in your Github Action", - "version": "2.1.1", + "version": "2.2.0", "author": "Renée Kooi ", "bugs": { "url": "https://github.com/goto-bus-stop/setup-zig/issues"