From 96f13b5ce0766ac25c71c737bd7dc4a8fc757aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Wed, 25 Sep 2019 13:28:50 +0200 Subject: [PATCH] chore(release): 0.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d09dc..edea586 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.3.1](https://github.com/smooth-code/knex-scripts/compare/v0.3.0...v0.3.1) (2019-09-25) + + +### Bug Fixes + +* add public.knex_migrations ([d6565da](https://github.com/smooth-code/knex-scripts/commit/d6565da)) + ## [0.3.0](https://github.com/smooth-code/knex-scripts/compare/v0.2.1...v0.3.0) (2019-08-28) diff --git a/package.json b/package.json index 8406be1..b618fe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex-scripts", - "version": "0.3.0", + "version": "0.3.1", "description": "Knex utilities to interact with Postgres database.", "main": "lib/index.js", "author": "Greg Bergé ",