Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Aug 28, 2019
1 parent 23860cf commit 1c91b4b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

<a name="0.2.1"></a>
## [0.2.1](https://github.com/smooth-code/knex-scripts/compare/v0.2.0...v0.2.1) (2018-02-28)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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é <[email protected]>",
Expand Down

0 comments on commit 1c91b4b

Please sign in to comment.