From 8d98b8f93a2c57a0e772ade1218aeabf7b6d109a Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Wed, 29 Jul 2020 17:17:33 +0100 Subject: [PATCH] chore(release): 0.0.4 --- CHANGELOG.md | 2 ++ package.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a588b1c..ced2c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,6 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.4](https://sigyl.com///compare/v0.0.3...v0.0.4) (2020-07-29) + ### 0.0.3 (2020-07-29) diff --git a/package.json b/package.json index ef5b53d..05d7dfe 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "@sigyl/jsonnet-compose", - "version": "0.0.3", + "version": "0.0.4", "description": "function compose", "main": "compose.libsonnet", "scripts": { + "publish": "git push --follow-tags origin master && npm publish", "release": "standard-version", "test": "echo \"Error: no test specified\" && exit 1" },