Skip to content

Commit

Permalink
chore(release): 2.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.6.0](v2.5.1...v2.6.0) (2021-01-11)

### Features

* add check for index file exist ([dc23493](dc23493))
* add some checks for better error handling ([a1d9ba1](a1d9ba1))
* added a lot of checks for errors and new log ([076932a](076932a))
  • Loading branch information
semantic-release-bot committed Jan 11, 2021
1 parent 786de1c commit 2e97514
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.6.0](https://github.com/mrvmv/sequelize-mig/compare/v2.5.1...v2.6.0) (2021-01-11)


### Features

* add check for index file exist ([dc23493](https://github.com/mrvmv/sequelize-mig/commit/dc23493a088e01657da51b4beca8c8568726c813))
* add some checks for better error handling ([a1d9ba1](https://github.com/mrvmv/sequelize-mig/commit/a1d9ba1be407c05afc1c37e3aff11a8791fe4a68))
* added a lot of checks for errors and new log ([076932a](https://github.com/mrvmv/sequelize-mig/commit/076932a1ab31acb36311751655a03f889f1486d5))

## [2.5.1](https://github.com/mrvmv/sequelize-mig/compare/v2.5.0...v2.5.1) (2021-01-11)


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

0 comments on commit 2e97514

Please sign in to comment.