chore(release): 0.0.4

This commit is contained in:
Giles Bradshaw 2020-07-29 17:17:33 +01:00
parent c74ead30e5
commit 8d98b8f93a
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

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