Skip to content

Commit

Permalink
bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
davewasmer committed Jul 15, 2016
1 parent 0785258 commit b0a4f05
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.0.6

* Convert guides to new docs structure


# 0.0.1

* Initial public release
2 changes: 1 addition & 1 deletion lib/cli/blueprints/addon/files/__name__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"bluebird": "^2.9.25",
"eslint": "^2.11.0",
"eslint-config-denali": "^1.1.0",
"denali": "0.0.5",
"denali": "0.0.6",
"lodash": "^4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/blueprints/app/files/__name__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bluebird": "^2.9.25",
"eslint": "^2.11.0",
"eslint-config-denali": "^1.1.2",

This comment has been minimized.

Copy link
@knownasilya

knownasilya Aug 16, 2016

Member

should these eslint and babel deps be in devDependencies?

This comment has been minimized.

Copy link
@davewasmer

davewasmer Aug 16, 2016

Author Collaborator

Actually, we may want to move the devDeps out to regular deps. If your app foo has denali listed as a dependency, then running npm install in foo/ won't install denali's devDependencies. But denali needs eslint (not just for linting the denali source, but your app source when you run commands like denali serve)

"denali": "v0.0.5",
"denali": "0.0.6",
"lodash": "^4.0.0"
},
"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": "denali",
"version": "0.0.5",
"version": "0.0.6",
"description": "An opinionated Node framework for building robust JSON APIs",
"homepage": "https://github.com/davewasmer/denali",
"repository": "davewasmer/denali",
Expand Down

0 comments on commit b0a4f05

Please sign in to comment.