Skip to content

Commit

Permalink
release: 1.0.2 🔧 (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba authored Oct 24, 2016
1 parent bbf6800 commit 3e57825
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Lux Changelog

### 1.0.2 (Oct 24, 2016)

##### Commits

* [[`bbf68000ea`](https://github.com/postlight/lux/commit/bbf68000ea)] - **fix**: controllers are not properly resolving for resources with custom paths (#478) (Zachary Golba)
* [[`1a52cc1cec`](https://github.com/postlight/lux/commit/1a52cc1cec)] - **deps**: update eslint-plugin-flowtype to version 2.21.0 (#479) (Greenkeeper)
* [[`fe35b45935`](https://github.com/postlight/lux/commit/fe35b45935)] - **release**: 1.0.1 🔧 (#477) (Zachary Golba)

### 1.0.1 (Oct 20, 2016)

##### Commits
Expand Down
4 changes: 2 additions & 2 deletions examples/social-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"babel-core": "6.14.0",
"babel-preset-lux": "1.3.0",
"bcryptjs": "2.3.0",
"knex": "0.12.1",
"lux-framework": "1.0.1",
"knex": "0.12.6",
"lux-framework": "1.0.2",
"sqlite3": "3.1.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"babel-core": "6.14.0",
"babel-preset-lux": "1.3.0",
"knex": "0.12.1",
"lux-framework": "1.0.1",
"knex": "0.12.6",
"lux-framework": "1.0.2",
"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.0.1",
"version": "1.0.2",
"description": "Build scalable, Node.js-powered REST APIs with almost no code.",
"repository": "github:postlight/lux",
"keywords": [
Expand Down

0 comments on commit 3e57825

Please sign in to comment.