From 964137ae912a289f1c7fc6fbffdd4590109fb7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sat, 7 Mar 2020 16:11:43 +0100 Subject: [PATCH] 1.2.3 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9827d4..1be2143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3 +* Configure Actions to build releases automatically. + ## 1.2.2 * Update examples. (#7) * Upgrade dependencies. diff --git a/package.json b/package.json index 0de8c34..ca55c7f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "setup-zig", "description": "Use the zig compiler in your Github Action", - "version": "1.2.2", + "version": "1.2.3", "author": "Renée Kooi ", "bugs": { "url": "https://github.com/goto-bus-stop/setup-zig/issues"