Skip to content

Commit

Permalink
0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LoveAndCoding committed Dec 4, 2017
1 parent aec4d0b commit 8ed75d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

vNext
v0.10.2 - Dec 4th 2017
* Fix for DataTypes not being exposed during `sequelize.import` calls
* *DEV* Added .editorconfig file to normalize editors and minimize whitespace changes

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-mock",
"version": "0.10.1",
"version": "0.10.2",
"description": "A simple mock interface specifically for testing code relying on Sequelize models",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 8ed75d2

Please sign in to comment.