diff --git a/CHANGELOG.md b/CHANGELOG.md index d085409..13a9c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.6](https://github.com/smooth-code/knex-scripts/compare/v0.3.5...v0.3.6) (2022-11-01) + + +### Bug Fixes + +* fix import default ([e124454](https://github.com/smooth-code/knex-scripts/commit/e1244542a7d396a58ba56056465e98fdcb3bb7b8)) + ### [0.3.5](https://github.com/smooth-code/knex-scripts/compare/v0.3.4...v0.3.5) (2022-11-01) ### [0.3.4](https://github.com/smooth-code/knex-scripts/compare/v0.3.3...v0.3.4) (2022-11-01) diff --git a/package-lock.json b/package-lock.json index bcac0c0..ff1ec91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "knex-scripts", - "version": "0.3.5", + "version": "0.3.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6436368..ca5904e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex-scripts", - "version": "0.3.5", + "version": "0.3.6", "description": "Knex utilities to interact with Postgres database.", "main": "lib/index.js", "author": "Greg Bergé ",