Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.8.1...v3.0.0) (2021-02-27)

### Bug Fixes

* current should be in migrations not in models ([08c93b0](08c93b0))

### BREAKING CHANGES

* you should move your current to migrations folder
  • Loading branch information
semantic-release-bot committed Feb 27, 2021
1 parent 680c04a commit d604c45
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "sequelize-mig",
"version": "2.8.1",
"version": "3.0.0",
"type": "module",
"description": "Sequelize migration generator and es6 init tool",
"main": "index.js",
Expand Down

0 comments on commit d604c45

Please sign in to comment.