Skip to content

Commit

Permalink
v3.1.0 changelog + dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantdhiman committed Nov 18, 2017
1 parent 4a7e6c4 commit e936a99
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.

## Future

## v3.1.0 - 18th, Nov 2017

### Fixed
- Pass full config to sequelize constructor [#584](https://github.com/sequelize/cli/issues/584)

### Added
- `db:migrate` support for from / to arguments [#581](https://github.com/sequelize/cli/pull/581)

### Changed
- Safer configuration using environment variables for production [#579](https://github.com/sequelize/cli/pull/579)

- Updated dependencies

## v3.0.0 - 23rd, Sep 2017

### Fixed
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
"sequelize": "./lib/sequelize"
},
"dependencies": {
"bluebird": "^3.5.0",
"bluebird": "^3.5.1",
"cli-color": "^1.2.0",
"fs-extra": "^4.0.1",
"js-beautify": "^1.7.1",
"fs-extra": "^4.0.2",
"js-beautify": "^1.7.4",
"lodash": "^4.17.4",
"resolve": "^1.4.0",
"umzug": "^2.0.1",
"yargs": "^8.0.1"
"resolve": "^1.5.0",
"umzug": "^2.1.0",
"yargs": "^8.0.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-async-to-module-method": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.24.1",
"eslint": "^4.6.0",
"eslint": "^4.11.0",
"expect.js": "^0.3.1",
"gulp": "^3.9.1",
"mocha": "^3.5.0",
"mysql": "^2.*",
"mysql": "^2.15.0",
"nodeify": "^1.0.1",
"pg": "^6.*",
"pg-hstore": "^2.3.2",
Expand Down

0 comments on commit e936a99

Please sign in to comment.