From f656137a1719c228807fc1119e8d2ed86e5daa92 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Thu, 27 Aug 2020 21:27:15 +0100 Subject: [PATCH] chore(release): 0.0.10 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90565a6..0bb9297 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.10](https://sigyl.com///compare/v0.0.9...v0.0.10) (2020-08-27) + + +### Bug Fixes + +* drone-secrets not build-secrets ([9e3a3b6](https://sigyl.com///commit/9e3a3b686ea813f92a9ff2ca23f0efaae4127142)) + ### [0.0.9](https://sigyl.com///compare/v0.0.8...v0.0.9) (2020-08-27) diff --git a/package.json b/package.json index 36b6fd7..196a627 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sigyl/jsonnet-drone", "main": "deploy.libsonnet", - "version": "0.0.9", + "version": "0.0.10", "description": "jsonnet to build and deploy with drone", "scripts": { "publish-npm": "git push --follow-tags origin master && npm publish",