Skip to content

Commit

Permalink
Merge pull request #150 from curveball/v0.12.1
Browse files Browse the repository at this point in the history
release 0.12.1
  • Loading branch information
evert authored Jan 23, 2020
2 parents 8ef10c2 + ce9fb5b commit 9a1e2df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.12.1 (2020-01-22)
-------------------

* Bug fix. For curveball-session shouldn't have been dev dependency.


0.12.0 (2020-01-22)
-------------------

Expand Down
4 changes: 1 addition & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
],
"homepage": "https://github.com/evert/auth-api#readme",
"devDependencies": {
"@curveball/session": "^0.5.0",
"@types/bcrypt": "^3.0.0",
"@types/chai": "^4.2.7",
"@types/handlebars": "^4.1.0",
Expand All @@ -60,6 +59,7 @@
]
},
"dependencies": {
"@curveball/session": "^0.5.0",
"@curveball/bodyparser": "^0.4.4",
"@curveball/controller": "^0.2.2",
"@curveball/core": "^0.10.0",
Expand Down

0 comments on commit 9a1e2df

Please sign in to comment.