chore: release 0.1.2

This commit is contained in:
EvolutionX
2022-06-04 23:41:50 +05:30
parent b9286cb45a
commit c648e0560b
4 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
# 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
## 0.1.1 (2022-06-02)
The `go-npm` package was replaced by one of its forks, `@gzuidhof/go-npm`.

View File

@@ -10,7 +10,7 @@ import (
var rootCmd = &cobra.Command{
Use: "sern",
Short: "A powerful CLI tool for Sern.",
Version: "0.1.1",
Version: "0.1.2",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Sern CLI")
},

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@sern/cli",
"version": "0.1.0",
"version": "0.1.2",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@@ -1,6 +1,6 @@
{
"name": "@sern/cli",
"version": "0.1.1",
"version": "0.1.2",
"description": "Our CLI allows you to setup and manage Discord bot projects without writing a single line of code!",
"scripts": {
"postinstall": "go-npm install",