chore(release): 0.0.4

This commit is contained in:
Giles 2020-08-19 21:12:53 +01:00
parent 3c31ed67b5
commit 01b781e24e
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
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-08-19)
### Bug Fixes
* wrong path ([3c31ed6](https://sigyl.com///commit/3c31ed67b5ae4ed2d96aa0aa4109c3705c054ece))
### [0.0.3](https://sigyl.com///compare/v0.0.2...v0.0.3) (2020-08-19)

View File

@ -1,7 +1,7 @@
{
"name": "@sigyl/jsonnet-drone",
"main": "deploy.libsonnet",
"version": "0.0.3",
"version": "0.0.4",
"description": "jsonnet to build and deploy with drone",
"scripts": {
"publish-npm": "git push --follow-tags origin master && npm publish",