From ac8783ec734478ad8be83150aec073b01ef451e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sat, 5 Oct 2019 15:34:31 +0200 Subject: [PATCH] 1.0.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd1621..f13a498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,5 +4,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.1 +* Add an icon and colour. + ## 1.0.0 * Initial release. diff --git a/package.json b/package.json index c3137c2..9910721 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.0.0", + "version": "1.0.1", "author": "Renée Kooi ", "bugs": { "url": "https://github.com/goto-bus-stop/setup-zig/issues"