From be010ad053a957c5b6cb6617d30c75a324155d41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Wed, 28 Feb 2018 09:53:55 +0000 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 8 +++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b660a3..1d98ca8 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.0](https://github.com/smooth-code/knex-scripts/compare/v0.1.4...v0.2.0) (2018-02-28) + + +### Features + +* add check-structure command ([cc2c27b](https://github.com/smooth-code/knex-scripts/commit/cc2c27b)) + + + ## [0.1.4](https://github.com/smooth-code/knex-scripts/compare/v0.1.3...v0.1.4) (2018-02-13) diff --git a/package.json b/package.json index dc3bb21..742ed8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex-scripts", - "version": "0.1.4", + "version": "0.2.0", "description": "Knex utilities to interact with Postgres database.", "main": "lib/index.js", "author": "Greg Bergé ", @@ -9,10 +9,8 @@ "build": "babel -d lib src", "lint": "eslint .", "prebuild": "rm -rf lib", - "test": - "yarn lint && yarn build && jest --ci && bin/knex-scripts create && bin/knex-scripts dump && bin/knex-scripts load && bin/knex-scripts drop && bin/knex-scripts check-structure", - "release": - "yarn build && standard-version && conventional-github-releaser -p angular" + "test": "yarn lint && yarn build && jest --ci && bin/knex-scripts create && bin/knex-scripts dump && bin/knex-scripts load && bin/knex-scripts drop && bin/knex-scripts check-structure", + "release": "yarn build && standard-version && conventional-github-releaser -p angular" }, "bin": { "knex-scripts": "bin/knex-scripts"