Skip to content

Commit

Permalink
release: v1.2.2 馃敡 (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba committed Aug 28, 2017
1 parent 6c22bdf commit 667febd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Lux Changelog

### v1.2.2 (Aug 28, 2017)

* [[`6c22bdf071`](https://github.com/postlight/lux/commit/6c22bdf071)] - **fix**: do not validate param existence for patch requests (#721) (Zachary Golba)
* [[`ea2b8f9926`](https://github.com/postlight/lux/commit/ea2b8f9926)] - **release**: v1.2.1 馃敡 (#716) (Zachary Golba)

### 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)
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.1",
"lux-framework": "1.2.2",
"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.1",
"lux-framework": "1.2.2",
"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.1",
"version": "1.2.2",
"description": "Build scalable, Node.js-powered REST APIs with almost no code.",
"repository": "github:postlight/lux",
"keywords": [
Expand Down

0 comments on commit 667febd

Please sign in to comment.