diff --git a/CHANGELOG.md b/CHANGELOG.md index b3be324..db9917b 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.1.0](https://github.com/smooth-code/knex-scripts/compare/v0.0.2...v0.1.0) (2018-02-12) + + +### Features + +* improve scripts ([e0af8c6](https://github.com/smooth-code/knex-scripts/commit/e0af8c6)) + + + ## [0.0.2](https://github.com/smooth-code/knex-scripts/compare/v0.0.1...v0.0.2) (2018-02-10) diff --git a/package.json b/package.json index 6a620b2..0ac6e25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex-scripts", - "version": "0.0.2", + "version": "0.1.0", "description": "Knex utilities to interact with Postgres database.", "main": "lib/index.js", "author": "Greg Bergé ",