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" },