Skip to content

Commit

Permalink
Hotfix polyfills for Node 6 in 0.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Apr 11, 2019
1 parent eb136f1 commit 46eb2d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Master (Unreleased)

# 0.16.5 - 11 Apr, 2019

- Bundle polyfills with knex for 0.16.x line again #3139

# 0.16.4 - 11 Apr, 2019

### New features:
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,13 +1,14 @@
{
"name": "knex",
"version": "0.16.4",
"version": "0.16.5",
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
"main": "knex.js",
"types": "types/knex.d.ts",
"engines": {
"node": ">=6"
},
"dependencies": {
"@babel/polyfill": "^7.4.3",
"@types/bluebird": "^3.5.26",
"bluebird": "^3.5.4",
"colorette": "1.0.7",
Expand All @@ -34,7 +35,6 @@
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@types/node": "^11.11.3",
"JSONStream": "^1.3.5",
Expand Down

0 comments on commit 46eb2d6

Please sign in to comment.