From 987ad12fb53ec4f5ec13de0cdf852d7dc93b7fdd Mon Sep 17 00:00:00 2001 From: Giles Date: Sat, 15 Aug 2020 11:04:25 +0100 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6455916..9ed1ef7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,11 @@ 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.2](https://sigyl.com///compare/v0.0.1...v0.0.2) (2020-08-15) + + +### Bug Fixes + +* include man file ([f7d11cd](https://sigyl.com///commit/f7d11cddccf727859b8e1dbe1a63a6a5a9fa9675)) + ### 0.0.1 (2020-08-15) diff --git a/package.json b/package.json index 0eed641..5b38f99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sigyl/jsonnet-drone", "main": "deploy.libsonnet", - "version": "0.0.1", + "version": "0.0.2", "description": "jsonnet to build and deploy with drone", "scripts": { "publish": "git push --follow-tags origin master && npm publish",