Comparing version 0.15.0 to 0.15.1
## Change Log | ||
**0.15.1** <small>_Jun 13, 2019_</small> - [Diff](https://github.com/bookshelf/bookshelf/compare/0.15.0...0.15.1) | ||
- Update husky to version 2.4.1: [#1984](https://github.com/bookshelf/bookshelf/pull/1984) | ||
- Bump supported knex version to 0.17: [#1982](https://github.com/bookshelf/bookshelf/pull/1982) | ||
**0.15.0** <small>_Jun 13, 2019_</small> - [Diff](https://github.com/bookshelf/bookshelf/compare/0.14.2...0.15.0) | ||
@@ -28,4 +33,2 @@ | ||
- Update husky to version 2.4.1: [#1984](https://github.com/bookshelf/bookshelf/pull/1984) | ||
- Bump supported knex version to 0.17: [#1982](https://github.com/bookshelf/bookshelf/pull/1982) | ||
- Update mocha to version 6.1.1: [#1968](https://github.com/bookshelf/bookshelf/pull/1968) | ||
@@ -32,0 +35,0 @@ - Update eslint-config-prettier to 4.1.0: [#1957](https://github.com/bookshelf/bookshelf/pull/1957) |
{ | ||
"name": "bookshelf", | ||
"version": "0.15.0", | ||
"version": "0.15.1", | ||
"description": "A lightweight ORM for PostgreSQL, MySQL, and SQLite3", | ||
@@ -50,6 +50,6 @@ "main": "bookshelf.js", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"husky": "^1.1.3", | ||
"husky": "^2.4.1", | ||
"istanbul": "^0.4.5", | ||
"jsdoc": "^3.4.0", | ||
"knex": "^0.16.5", | ||
"knex": "^0.17.0", | ||
"lint-staged": "^8.0.0", | ||
@@ -66,3 +66,3 @@ "mocha": "^6.1.1", | ||
"peerDependencies": { | ||
"knex": ">=0.13.0 <0.17.0" | ||
"knex": ">=0.13.0 <0.18.0" | ||
}, | ||
@@ -69,0 +69,0 @@ "author": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
288726