From 4e40c2b550bed8f56d2daf5b4e5ed81031edaac8 Mon Sep 17 00:00:00 2001 From: Zachary Golba Date: Thu, 19 Jan 2017 11:03:07 -0500 Subject: [PATCH] =?UTF-8?q?release:=20v1.1.4=20=F0=9F=94=A7=20(#650)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ examples/social-network/package.json | 2 +- examples/todo/package.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 426a7ca9..0785c87a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Lux Changelog +### v1.1.4 (Jan 19, 2017) + +##### Commits + +* [[`d1c5e8d00e`](https://github.com/postlight/lux/commit/d1c5e8d00e)] - **fix**: cli and compilation errors (#649) (Zachary Golba) +* [[`06d9fc7f65`](https://github.com/postlight/lux/commit/06d9fc7f65)] - **fix**: make sure result is an instance of query in resource enhancer (#648) (Nick Schot) +* [[`4f4bd16c12`](https://github.com/postlight/lux/commit/4f4bd16c12)] - **deps**: update nyc to version 10.1.2 (#646) (Greenkeeper) +* [[`d6c9ab49fc`](https://github.com/postlight/lux/commit/d6c9ab49fc)] - **release**: v1.1.3 🔧 (#644) (Zachary Golba) + ### v1.1.3 (Jan 17, 2017) ##### Upgrading diff --git a/examples/social-network/package.json b/examples/social-network/package.json index 61467e7e..3100a520 100644 --- a/examples/social-network/package.json +++ b/examples/social-network/package.json @@ -14,7 +14,7 @@ "babel-preset-lux": "1.3.0", "bcryptjs": "2.3.0", "knex": "0.12.6", - "lux-framework": "1.1.3", + "lux-framework": "1.1.4", "sqlite3": "3.1.4" }, "devDependencies": { diff --git a/examples/todo/package.json b/examples/todo/package.json index 5c513504..dd26abcd 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -13,7 +13,7 @@ "babel-core": "6.14.0", "babel-preset-lux": "1.3.0", "knex": "0.12.6", - "lux-framework": "1.1.3", + "lux-framework": "1.1.4", "sqlite3": "3.1.4" }, "devDependencies": { diff --git a/package.json b/package.json index 3e7c71a0..2219c4f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lux-framework", - "version": "1.1.3", + "version": "1.1.4", "description": "Build scalable, Node.js-powered REST APIs with almost no code.", "repository": "github:postlight/lux", "keywords": [