From 0aaec64873b0f27db168e898a92c0c4e564f540c Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Thu, 22 Oct 2020 13:10:46 +0100 Subject: [PATCH] chore(release): 0.4.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6951379..410e712 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.4.1](https://sigyl.com///compare/v0.4.0...v0.4.1) (2020-10-22) + + +### Features + +* docker service uses daemon.json from host ([cce9372](https://sigyl.com///commit/cce93724fee636e32846870a8fe3e43f60d22c84)) + ## [0.4.0](https://sigyl.com///compare/v0.1.1...v0.4.0) (2020-10-06) diff --git a/package.json b/package.json index f54c8df..8db8070 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sigyl/jsonnet-drone", "main": "deploy.libsonnet", - "version": "0.4.0", + "version": "0.4.1", "description": "jsonnet to build and deploy with drone", "scripts": { "publish-npm": "git push --follow-tags origin master && npm publish",