Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Tahler committed Sep 6, 2019
1 parent 28f0bdd commit 60191f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion classes/sequelize.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports =
class SequelizePlugin {
constructor () {
config.logging = config.logging !== false ? config.logging || api.log : () => { }
config.operatorsAliases = config.operatorsAliases === true

this.sequelize = new Sequelize(
config.database,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ah-sequelize-plugin",
"license": "MIT",
"description": "Use Sequelize in ActionHero",
"version": "1.1.2",
"version": "1.2.0",
"homepage": "http://actionherojs.com",
"repository": {
"type": "git",
Expand Down

0 comments on commit 60191f8

Please sign in to comment.