From 01b781e24e629968eb5b348f6127f9e27b3838df Mon Sep 17 00:00:00 2001 From: Giles Date: Wed, 19 Aug 2020 21:12:53 +0100 Subject: [PATCH] chore(release): 0.0.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c12a962..1d23424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 85e8fec..5a1a49a 100644 --- a/package.json +++ b/package.json @@ -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",