Skip to content

Commit

Permalink
release: v1.2.1 🔧 (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba authored Jul 11, 2017
1 parent 6b3547f commit ea2b8f9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/social-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit ea2b8f9

Please sign in to comment.