Skip to content

Commit 667febd

Browse files
authored
release: v1.2.2 🔧 (#722)
1 parent 6c22bdf commit 667febd

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Lux Changelog
22

3+
### v1.2.2 (Aug 28, 2017)
4+
5+
* [[`6c22bdf071`](https://github.com/postlight/lux/commit/6c22bdf071)] - **fix**: do not validate param existence for patch requests (#721) (Zachary Golba)
6+
* [[`ea2b8f9926`](https://github.com/postlight/lux/commit/ea2b8f9926)] - **release**: v1.2.1 🔧 (#716) (Zachary Golba)
7+
38
### v1.2.1 (July 11, 2017)
49

510
* [[`6b3547f436`](https://github.com/postlight/lux/commit/6b3547f436)] - **fix**: filtering with an empty array as a value causes an error (#715) (Nick Schot)

examples/social-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"babel-preset-lux": "2.0.2",
1515
"bcryptjs": "2.4.3",
1616
"knex": "0.13.0",
17-
"lux-framework": "1.2.1",
17+
"lux-framework": "1.2.2",
1818
"sqlite3": "3.1.8"
1919
},
2020
"devDependencies": {

examples/todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"babel-core": "6.24.1",
1414
"babel-preset-lux": "2.0.2",
1515
"knex": "0.13.0",
16-
"lux-framework": "1.2.1",
16+
"lux-framework": "1.2.2",
1717
"sqlite3": "3.1.8"
1818
},
1919
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lux-framework",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Build scalable, Node.js-powered REST APIs with almost no code.",
55
"repository": "github:postlight/lux",
66
"keywords": [

0 commit comments

Comments
 (0)