Skip to content

Commit

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

### Bug Fixes

* if defaultValue in getDefaultValueType is null ([8f430d8](8f430d8))
* update mergify conf and force update ([3606038](3606038))
  • Loading branch information
semantic-release-bot committed Feb 27, 2021
1 parent af2b9d1 commit e7b7ae5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.8.1](https://github.com/mrvmv/sequelize-mig/compare/v2.8.0...v2.8.1) (2021-02-27)


### Bug Fixes

* if defaultValue in getDefaultValueType is null ([8f430d8](https://github.com/mrvmv/sequelize-mig/commit/8f430d832be3632d9f5d97b4013d6da6aa6c3b34))
* update mergify conf and force update ([3606038](https://github.com/mrvmv/sequelize-mig/commit/360603893b213dfb15d8ee740fa8b58936856dc5))

# [2.8.0](https://github.com/mrvmv/sequelize-mig/compare/v2.7.0...v2.8.0) (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.0",
"version": "2.8.1",
"type": "module",
"description": "Sequelize migration generator and es6 init tool",
"main": "index.js",
Expand Down

0 comments on commit e7b7ae5

Please sign in to comment.