Skip to content

Commit b0cf508

Browse files
committed
release: v0.0.5
1 parent f51c2c3 commit b0cf508

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Taskfile.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ vars:
88
tasks:
99
build:go:
1010
cmd: goreleaser {{if eq .TYPE "publish"}}release{{else}}build{{end}} --clean {{if eq .TYPE "build"}}--snapshot{{end}}
11-
sources:
12-
- ./**/*.go
13-
- .goreleaser.yaml
1411
generates:
1512
- ./dist/**/*
1613
- exclude: ./dist/**/npm/**

npmreleaser.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package.json": {
33
"name": "@sprisa/localhost",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"description": "Run secure services on localhost with 0-config certs (TLS / WSS). HTTPS connections for any device on LAN or mesh VPN.",
66
"license": "MPL-2.0",
77
"author": "Gabriel Meola <banter@gabe.mx>",

0 commit comments

Comments
 (0)