From 65f2a06f896b18cc3e8bc22a720ed0ff0a881bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Tue, 13 Feb 2018 08:46:40 +0100 Subject: [PATCH] chore(release): 0.1.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16a8339..9930f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.1.3](https://github.com/smooth-code/knex-scripts/compare/v0.1.2...v0.1.3) (2018-02-13) + + +### Bug Fixes + +* fix dockerService option ([afa8380](https://github.com/smooth-code/knex-scripts/commit/afa8380)) + + + ## [0.1.2](https://github.com/smooth-code/knex-scripts/compare/v0.1.1...v0.1.2) (2018-02-12) diff --git a/package.json b/package.json index 2661e9f..fd91e30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex-scripts", - "version": "0.1.2", + "version": "0.1.3", "description": "Knex utilities to interact with Postgres database.", "main": "lib/index.js", "author": "Greg Bergé ",