diff --git a/CHANGELOG.md b/CHANGELOG.md index 0785c87a..cc30fcd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Lux Changelog +### v1.1.5 (Jan 21, 2017) + +##### Commits + +* [[`ddbcd9e43b`](https://github.com/postlight/lux/commit/ddbcd9e43b)] - **fix**: sort not working (#657) (Nick Schot) +* [[`20eea5c71b`](https://github.com/postlight/lux/commit/20eea5c71b)] - **deps**: update babel-core to version 6.22.1 (#654) (Greenkeeper) +* [[`f83bdf413c`](https://github.com/postlight/lux/commit/f83bdf413c)] - **deps**: update ora to version 1.1.0 (#655) (Greenkeeper) +* [[`4ee7b28724`](https://github.com/postlight/lux/commit/4ee7b28724)] - **deps**: update babel-plugin-transform-es2015-modules-commonjs to version 6.22.0 (#653) (Greenkeeper) +* [[`c5bd0cc02a`](https://github.com/postlight/lux/commit/c5bd0cc02a)] - **deps**: update babel-core to version 6.22.0 (#652) (Greenkeeper) +* [[`26594fdf10`](https://github.com/postlight/lux/commit/26594fdf10)] - **chore**: add gitter integrations (#651) (Zachary Golba) +* [[`cdebc089ec`](https://github.com/postlight/lux/commit/cdebc089ec)] - **deps**: update flow-bin to version 0.38.0 (#647) (Greenkeeper) +* [[`4e40c2b550`](https://github.com/postlight/lux/commit/4e40c2b550)] - **release**: v1.1.4 🔧 (#650) (Zachary Golba) + ### v1.1.4 (Jan 19, 2017) ##### Commits diff --git a/examples/social-network/package.json b/examples/social-network/package.json index 3100a520..da5478e5 100644 --- a/examples/social-network/package.json +++ b/examples/social-network/package.json @@ -10,12 +10,12 @@ "author": "", "license": "MIT", "dependencies": { - "babel-core": "6.14.0", - "babel-preset-lux": "1.3.0", - "bcryptjs": "2.3.0", + "babel-core": "6.22.1", + "babel-preset-lux": "2.0.1", + "bcryptjs": "2.4.0", "knex": "0.12.6", - "lux-framework": "1.1.4", - "sqlite3": "3.1.4" + "lux-framework": "1.1.5", + "sqlite3": "3.1.8" }, "devDependencies": { "faker": "3.1.0" diff --git a/examples/todo/package.json b/examples/todo/package.json index dd26abcd..7903a2d7 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -10,11 +10,11 @@ "author": "", "license": "MIT", "dependencies": { - "babel-core": "6.14.0", - "babel-preset-lux": "1.3.0", + "babel-core": "6.22.1", + "babel-preset-lux": "2.0.1", "knex": "0.12.6", - "lux-framework": "1.1.4", - "sqlite3": "3.1.4" + "lux-framework": "1.1.5", + "sqlite3": "3.1.8" }, "devDependencies": { "faker": "3.1.0" diff --git a/package.json b/package.json index b03f7a56..4d8efd46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lux-framework", - "version": "1.1.4", + "version": "1.1.5", "description": "Build scalable, Node.js-powered REST APIs with almost no code.", "repository": "github:postlight/lux", "keywords": [ diff --git a/test/test-app/package.json b/test/test-app/package.json index 78391507..cc03b88d 100644 --- a/test/test-app/package.json +++ b/test/test-app/package.json @@ -10,7 +10,7 @@ "author": "", "license": "MIT", "dependencies": { - "babel-core": "6.21.0", + "babel-core": "6.22.1", "babel-preset-lux": "2.0.1", "bcryptjs": "2.4.0", "faker": "3.1.0", @@ -18,7 +18,7 @@ "mssql": "3.3.0", "mysql2": "1.1.2", "pg": "6.1.2", - "source-map-support": "0.4.6", + "source-map-support": "0.4.10", "sqlite3": "3.1.8" } }