From e9ef78bed452cc56cf00d76618b72101e3aad78b Mon Sep 17 00:00:00 2001 From: Giles Date: Wed, 23 Sep 2020 20:00:01 +0100 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ba8f70..ce3622c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.2.0](https://sigyl.com///compare/v0.1.1...v0.2.0) (2020-09-23) + + +### ⚠ BREAKING CHANGES + +* new api config function + +### Features + +* configured ([527aa41](https://sigyl.com///commit/527aa4128da897dd0690ee16fa2627ab67a927a7)) + ### [0.1.1](https://sigyl.com///compare/v0.1.0...v0.1.1) (2020-09-22) diff --git a/package.json b/package.json index c5da4e2..7bf6b4a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sigyl/jsonnet-drone", "main": "deploy.libsonnet", - "version": "0.1.1", + "version": "0.2.0", "description": "jsonnet to build and deploy with drone", "scripts": { "publish-npm": "git push --follow-tags origin master && npm publish",