diff --git a/CHANGELOG.md b/CHANGELOG.md index 08d0b07..ab8a6e4 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.5 +* Update dependencies to fix #11. + ## 1.2.4 * Update dependencies simple-get and ncc. diff --git a/package.json b/package.json index 50f5b04..da82412 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.4", + "version": "1.2.5", "author": "Renée Kooi ", "bugs": { "url": "https://github.com/goto-bus-stop/setup-zig/issues"