Skip to content

Commit be010ad

Browse files
committed
chore(release): 0.2.0
1 parent 2a1f300 commit be010ad

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
<a name="0.2.0"></a>
6+
# [0.2.0](https://github.com/smooth-code/knex-scripts/compare/v0.1.4...v0.2.0) (2018-02-28)
7+
8+
9+
### Features
10+
11+
* add check-structure command ([cc2c27b](https://github.com/smooth-code/knex-scripts/commit/cc2c27b))
12+
13+
14+
515
<a name="0.1.4"></a>
616
## [0.1.4](https://github.com/smooth-code/knex-scripts/compare/v0.1.3...v0.1.4) (2018-02-13)
717

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "knex-scripts",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "Knex utilities to interact with Postgres database.",
55
"main": "lib/index.js",
66
"author": "Greg Bergé <berge.greg@gmail.com>",
@@ -9,10 +9,8 @@
99
"build": "babel -d lib src",
1010
"lint": "eslint .",
1111
"prebuild": "rm -rf lib",
12-
"test":
13-
"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",
14-
"release":
15-
"yarn build && standard-version && conventional-github-releaser -p angular"
12+
"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",
13+
"release": "yarn build && standard-version && conventional-github-releaser -p angular"
1614
},
1715
"bin": {
1816
"knex-scripts": "bin/knex-scripts"

0 commit comments

Comments
 (0)