From 1c91b4b3cb1cc909160311fc010bcad47498b7f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Wed, 28 Aug 2019 10:22:55 +0200 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 19 ++++++++++++++++++- package.json | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9592c58..b2d09dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,24 @@ -# Change Log +# Changelog 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.0](https://github.com/smooth-code/knex-scripts/compare/v0.2.1...v0.3.0) (2019-08-28) + + +### ⚠ BREAKING CHANGES + +* require node v10+ + +### Bug Fixes + +* **check-structure:** do not require dev environment ([dfb1754](https://github.com/smooth-code/knex-scripts/commit/dfb1754)) + + +### Features + +* requires node v10+ ([15da8f6](https://github.com/smooth-code/knex-scripts/commit/15da8f6)) +* upgrade dependencies ([a484efa](https://github.com/smooth-code/knex-scripts/commit/a484efa)) + ## [0.2.1](https://github.com/smooth-code/knex-scripts/compare/v0.2.0...v0.2.1) (2018-02-28) diff --git a/package.json b/package.json index 3548968..8406be1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex-scripts", - "version": "0.2.1", + "version": "0.3.0", "description": "Knex utilities to interact with Postgres database.", "main": "lib/index.js", "author": "Greg Bergé ",