diff --git a/CHANGELOG.md b/CHANGELOG.md index 0736bf30..3f874b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Lux Changelog +### v1.2.1 (July 11, 2017) + +* [[`6b3547f436`](https://github.com/postlight/lux/commit/6b3547f436)] - **fix**: filtering with an empty array as a value causes an error (#715) (Nick Schot) +* [[`0f406b5908`](https://github.com/postlight/lux/commit/0f406b5908)] - **fix**: detailed error messages leak into production responses (#713) (Zachary Golba) +* [[`2327c13d1a`](https://github.com/postlight/lux/commit/2327c13d1a)] - **docs**: additional documentation around cli generators (#711) (Kyle MacDonald) +* [[`1691f9ad50`](https://github.com/postlight/lux/commit/1691f9ad50)] - **release**: 1.2.0 ✨ (#705) (Zachary Golba) + ### v1.2.0 (May 16, 2017) ##### Commits diff --git a/examples/social-network/package.json b/examples/social-network/package.json index 60c693b8..c3286945 100644 --- a/examples/social-network/package.json +++ b/examples/social-network/package.json @@ -14,7 +14,7 @@ "babel-preset-lux": "2.0.2", "bcryptjs": "2.4.3", "knex": "0.13.0", - "lux-framework": "1.2.0", + "lux-framework": "1.2.1", "sqlite3": "3.1.8" }, "devDependencies": { diff --git a/examples/todo/package.json b/examples/todo/package.json index a6af67f0..77cb1087 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -13,7 +13,7 @@ "babel-core": "6.24.1", "babel-preset-lux": "2.0.2", "knex": "0.13.0", - "lux-framework": "1.2.0", + "lux-framework": "1.2.1", "sqlite3": "3.1.8" }, "devDependencies": { diff --git a/package.json b/package.json index b932d2ac..7c6e0ff5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lux-framework", - "version": "1.2.0", + "version": "1.2.1", "description": "Build scalable, Node.js-powered REST APIs with almost no code.", "repository": "github:postlight/lux", "keywords": [