Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit 72ee9b0

Browse files
committed
2.1.2
1 parent a272184 commit 72ee9b0

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="2.1.2"></a>
2+
## [2.1.2](https://github.com/jspizziri/sequelize-connect/compare/v2.1.1...v2.1.2) (2018-08-18)
3+
4+
5+
### Bug Fixes
6+
7+
* **Discoverable:** Prevent model discovery from including non-js files - Update filter for filename search ([baa9637](https://github.com/jspizziri/sequelize-connect/commit/baa9637))
8+
9+
10+
111
<a name="2.1.1"></a>
212
## [2.1.1](https://github.com/jspizziri/sequelize-connect/compare/v2.1.0...v2.1.1) (2018-06-17)
313

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sequelize-connect",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"author": "Jacob Spizziri <[email protected]> (https://github.com/jspizziri)",
55
"license": "BSD-2-Clause",
66
"description": "A simple connection wrapper for the sequelize ORM, making it easier to configure and build models & connections.",

0 commit comments

Comments
 (0)