Skip to content

Commit

Permalink
release: 1.0.1 🔧 (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba authored Oct 20, 2016
1 parent f27eab4 commit fe35b45
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Lux Changelog

### 1.0.0 (Oct 19, 2016)
### 1.0.1 (Oct 20, 2016)

##### Commits

* [[`f27eab4e66`](https://github.com/postlight/lux/commit/f27eab4e66)] - **fix**: readdir error is causing cli commands to fail (#476) (Zachary Golba)
* [[`2deea84ab9`](https://github.com/postlight/lux/commit/2deea84ab9)] - **release**: 1.0.0 🎉 (#472) (Zachary Golba)

### 1.0.0 (Oct 20, 2016)

##### 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": "1.3.0",
"bcryptjs": "2.3.0",
"knex": "0.12.1",
"lux-framework": "1.0.0",
"lux-framework": "1.0.1",
"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.1",
"lux-framework": "1.0.0",
"lux-framework": "1.0.1",
"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.0",
"version": "1.0.1",
"description": "Build scalable, Node.js-powered REST APIs with almost no code.",
"repository": "github:postlight/lux",
"keywords": [
Expand Down

0 comments on commit fe35b45

Please sign in to comment.