Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Feb 28, 2018
1 parent 2a1f300 commit be010ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.2.0"></a>
# [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))



<a name="0.1.4"></a>
## [0.1.4](https://github.com/smooth-code/knex-scripts/compare/v0.1.3...v0.1.4) (2018-02-13)

Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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茅 <berge.greg@gmail.com>",
Expand All @@ -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"
Expand Down

0 comments on commit be010ad

Please sign in to comment.