From 48990d57325421ab3e9d605e596a524e883fcf39 Mon Sep 17 00:00:00 2001 From: Allyedge Date: Mon, 6 Jun 2022 10:50:23 +0200 Subject: [PATCH] v0.1.2 changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbd317..388e7f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. + ## 0.1.2 (2022-06-04) -- Sign builds to prevent anti virus softwares detect it as a virus +The `extra` command was added. It basically helps developers to add things like Dockerfile to their projects with ease. + +### Features + +- `extra` command + ## 0.1.1 (2022-06-02) The `go-npm` package was replaced by one of its forks, `@gzuidhof/go-npm`.