From ebd87a2e0e123ae6e780102c954ecaeac62cbac4 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Tue, 22 Sep 2020 12:29:43 +0100 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1de169d..4ba8f70 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.1.1](https://sigyl.com///compare/v0.1.0...v0.1.1) (2020-09-22) + + +### Bug Fixes + +* no longer settings for ssh and scp ([3543411](https://sigyl.com///commit/354341178d14c0631be9d33af00bc2ecfa039723)) + ## [0.1.0](https://sigyl.com///compare/v0.0.14...v0.1.0) (2020-08-28) diff --git a/package.json b/package.json index d6d330e..c5da4e2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sigyl/jsonnet-drone", "main": "deploy.libsonnet", - "version": "0.1.0", + "version": "0.1.1", "description": "jsonnet to build and deploy with drone", "scripts": { "publish-npm": "git push --follow-tags origin master && npm publish",