diff --git a/CHANGELOG.md b/CHANGELOG.md index e23e31e5..6e02234d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.0.0](https://github.com/mrvmv/sequelize-mig/compare/v2.8.1...v3.0.0) (2021-02-27) + + +### Bug Fixes + +* current should be in migrations not in models ([08c93b0](https://github.com/mrvmv/sequelize-mig/commit/08c93b0505134f63c103ca769a502a0aefbd6eb1)) + + +### BREAKING CHANGES + +* you should move your current to migrations folder + ## [2.8.1](https://github.com/mrvmv/sequelize-mig/compare/v2.8.0...v2.8.1) (2021-02-27) diff --git a/package.json b/package.json index 2efee883..e2ebf83b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sequelize-mig", - "version": "2.8.1", + "version": "3.0.0", "type": "module", "description": "Sequelize migration generator and es6 init tool", "main": "index.js",