From f81c93786c5af64822799d77d35d223612bba772 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Wed, 5 Aug 2020 10:16:48 +0100 Subject: [PATCH] chore(release): 0.0.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ab0e9..fa3a610 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.5](https://sigyl.com/git/sigyl/jsonnet-drone-environment/compare/v0.0.4...v0.0.5) (2020-08-05) + + +### Bug Fixes + +* forgot to build! ([9c7441d](https://sigyl.com///commit/9c7441d5d4aed214fcdf00feb23e56ed08c65de7)) + ### [0.0.4](https://sigyl.com/git/sigyl/jsonnet-drone-environment/compare/v0.0.3...v0.0.4) (2020-08-05) diff --git a/package.json b/package.json index 3cf965c..5e490c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sigyl/jsonnet-drone-environment", - "version": "0.0.4", + "version": "0.0.5", "description": "function compose", "main": "environment.libsonnet", "scripts": {