chore(release): 0.0.2

This commit is contained in:
Giles 2020-08-15 11:04:25 +01:00
parent f7d11cddcc
commit 987ad12fb5
2 changed files with 8 additions and 1 deletions

View File

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

View File

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