From 719a9b12c207a595072e7ee5fed4020d16e6ce16 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Thu, 27 Aug 2020 22:19:20 +0100 Subject: [PATCH] chore(release): 0.0.12 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f9acd..473b479 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.12](https://sigyl.com///compare/v0.0.11...v0.0.12) (2020-08-27) + + +### Bug Fixes + +* build with drone secrets ([9f162c4](https://sigyl.com///commit/9f162c47aadbdf438d6bcaf6801be232a608963c)) + ### [0.0.11](https://sigyl.com///compare/v0.0.10...v0.0.11) (2020-08-27) diff --git a/package.json b/package.json index 954a353..435cea0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sigyl/jsonnet-drone", "main": "deploy.libsonnet", - "version": "0.0.11", + "version": "0.0.12", "description": "jsonnet to build and deploy with drone", "scripts": { "publish-npm": "git push --follow-tags origin master && npm publish",