From 3eab87c00813feb8ab384879a7bab3e8d890720a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Wed, 28 Feb 2018 10:02:09 +0000 Subject: [PATCH] chore(release): 0.2.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d98ca8..9592c58 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.2.1](https://github.com/smooth-code/knex-scripts/compare/v0.2.0...v0.2.1) (2018-02-28) + + +### Bug Fixes + +* **check-structure:** do not require dev environment ([dfb1754](https://github.com/smooth-code/knex-scripts/commit/dfb1754)) + + + # [0.2.0](https://github.com/smooth-code/knex-scripts/compare/v0.1.4...v0.2.0) (2018-02-28) diff --git a/package.json b/package.json index 742ed8e..2fa2ff4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex-scripts", - "version": "0.2.0", + "version": "0.2.1", "description": "Knex utilities to interact with Postgres database.", "main": "lib/index.js", "author": "Greg Bergé ",