Skip to content

Commit

Permalink
release: v1.1.4 🔧 (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba authored Jan 19, 2017
1 parent d1c5e8d commit 4e40c2b
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.4 (Jan 19, 2017)

##### Commits

* [[`d1c5e8d00e`](https://github.com/postlight/lux/commit/d1c5e8d00e)] - **fix**: cli and compilation errors (#649) (Zachary Golba)
* [[`06d9fc7f65`](https://github.com/postlight/lux/commit/06d9fc7f65)] - **fix**: make sure result is an instance of query in resource enhancer (#648) (Nick Schot)
* [[`4f4bd16c12`](https://github.com/postlight/lux/commit/4f4bd16c12)] - **deps**: update nyc to version 10.1.2 (#646) (Greenkeeper)
* [[`d6c9ab49fc`](https://github.com/postlight/lux/commit/d6c9ab49fc)] - **release**: v1.1.3 🔧 (#644) (Zachary Golba)

### v1.1.3 (Jan 17, 2017)

##### Upgrading
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": "1.3.0",
"bcryptjs": "2.3.0",
"knex": "0.12.6",
"lux-framework": "1.1.3",
"lux-framework": "1.1.4",
"sqlite3": "3.1.4"
},
"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.14.0",
"babel-preset-lux": "1.3.0",
"knex": "0.12.6",
"lux-framework": "1.1.3",
"lux-framework": "1.1.4",
"sqlite3": "3.1.4"
},
"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.3",
"version": "1.1.4",
"description": "Build scalable, Node.js-powered REST APIs with almost no code.",
"repository": "github:postlight/lux",
"keywords": [
Expand Down

0 comments on commit 4e40c2b

Please sign in to comment.