Skip to content

Commit 846e0f0

Browse files
committed
Bump version to 4.2.0
1 parent a11fd90 commit 846e0f0

File tree

3 files changed

+62
-111
lines changed

3 files changed

+62
-111
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Thanks in advance ❤️
1616

1717
## Compatibility
1818

19-
Compatible with hapi.js version `19.x` and sequelize `6.x`.
19+
Compatible with hapi.js version `19.x` and sequelize `5.x` and `6.x`.
2020

2121
Check the [releases page](https://github.com/valtlfelipe/hapi-sequelizejs/releases) for the changelog.
2222

package-lock.json

Lines changed: 56 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hapi-sequelizejs",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"description": "hapi.js plugin for the Sequelize ORM",
55
"main": "lib/index.js",
66
"files": [
@@ -53,16 +53,16 @@
5353
"@hapi/hapi": "^19.1.1",
5454
"@hapi/lab": "^22.0.4",
5555
"coveralls": "^3.1.0",
56-
"eslint": "^7.1.0",
56+
"eslint": "^7.3.1",
5757
"husky": "^4.2.5",
58-
"lint-staged": "^10.2.8",
58+
"lint-staged": "^10.2.11",
5959
"mysql2": "^2.1.0",
6060
"prettier": "^2.0.5",
61-
"sequelize": "^6.1.0",
61+
"sequelize": "^6.0.0",
6262
"sqlite3": "^4.2.0"
6363
},
6464
"peerDependencies": {
65-
"sequelize": "^5.x",
65+
"sequelize": "5.x || 6.x",
6666
"@hapi/hapi": "^19.x"
6767
},
6868
"engines": {

0 commit comments

Comments
 (0)