Skip to content

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.7...v2.4.0) (2020-10-28)

### Bug Fixes

* fix bug in depends checking for null ([90ecfc4](90ecfc4))
* fix huge bugs for index and changeColumn ([af2275c](af2275c))
* writeMigration update consoleOut to consoles ([02abfe8](02abfe8))

### Features

* add getFileName to functions for future ([b03e81b](b03e81b))
* add migration:undo ([c420177](c420177))
  • Loading branch information
semantic-release-bot committed Oct 28, 2020
1 parent 31f4aea commit f070372
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.4.0](https://github.com/mrvmv/sequelize-mig/compare/v2.3.7...v2.4.0) (2020-10-28)


### Bug Fixes

* fix bug in depends checking for null ([90ecfc4](https://github.com/mrvmv/sequelize-mig/commit/90ecfc447c222e44185dcec8319a7f6209d6c1a4))
* fix huge bugs for index and changeColumn ([af2275c](https://github.com/mrvmv/sequelize-mig/commit/af2275cff8daf92c75eac8869c587f4f44bf8bf1))
* writeMigration update consoleOut to consoles ([02abfe8](https://github.com/mrvmv/sequelize-mig/commit/02abfe88edbd47b2f08cd5dfff67257490a9103d))


### Features

* add getFileName to functions for future ([b03e81b](https://github.com/mrvmv/sequelize-mig/commit/b03e81b2a7f5178e7f0187f585eef1f502d48256))
* add migration:undo ([c420177](https://github.com/mrvmv/sequelize-mig/commit/c4201778bdde14704e410f5d9980e7f20a6dada4))

## [2.3.7](https://github.com/mrvmv/sequelize-mig/compare/v2.3.6...v2.3.7) (2020-10-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": "sequelize-mig",
"version": "2.3.7",
"version": "2.4.0",
"type": "module",
"description": "Sequelize migration generator and es6 init tool",
"main": "index.js",
Expand Down

0 comments on commit f070372

Please sign in to comment.