Skip to content

Commit

Permalink
release: v1.1.7 🔧 (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba authored Jan 24, 2017
1 parent d9c538e commit 65821af
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Lux Changelog

### v1.1.7 (Jan 24, 2017)

##### Commits

* [[`d9c538ea3e`](https://github.com/postlight/lux/commit/d9c538ea3e)] - **fix**: children one layer deep cannot resolve their parent controller (#662) (Zachary Golba)
* [[`c8f0254397`](https://github.com/postlight/lux/commit/c8f0254397)] - **deps**: update eslint to version 3.14.0 (#656) (Greenkeeper)
* [[`bcf2c2fbff`](https://github.com/postlight/lux/commit/bcf2c2fbff)] - **fix**: properly set environment before running db:* commands (#661) (Zachary Golba)
* [[`083e112a6b`](https://github.com/postlight/lux/commit/083e112a6b)] - **release**: v1.1.6 🔧 (#660) (Zachary Golba)

### v1.1.6 (Jan 22, 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.1",
"bcryptjs": "2.4.0",
"knex": "0.12.6",
"lux-framework": "1.1.6",
"lux-framework": "1.1.7",
"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.22.1",
"babel-preset-lux": "2.0.1",
"knex": "0.12.6",
"lux-framework": "1.1.6",
"lux-framework": "1.1.7",
"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.1.6",
"version": "1.1.7",
"description": "Build scalable, Node.js-powered REST APIs with almost no code.",
"repository": "github:postlight/lux",
"keywords": [
Expand Down

0 comments on commit 65821af

Please sign in to comment.