Skip to content

Commit

Permalink
Bump release to 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRitouet committed Oct 19, 2015
1 parent 0b55864 commit 0b08366
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ Method DELETE


## Changelog
- [0.0.15](https://github.com/NicolasRitouet/dpd-fileupload/releases/tag/0.0.15)
- Add data in upload event.
- Partial fix of `E11000 error` [PR #36](https://github.com/NicolasRitouet/dpd-fileupload/pull/36) (Thanks [@hjanuschka](https://github.com/hjanuschka)). The rest of the fix is on Deployd side ([#653](https://github.com/deployd/deployd/issues/653))
- Switch to new md5 dependency (MD5 was deprecated). [PR #31](https://github.com/NicolasRitouet/dpd-fileupload/pull/31)
- We now have integration tests, maintainance will be much easier :sunglasses:
- [0.0.14](https://github.com/NicolasRitouet/dpd-fileupload/releases/tag/0.0.14)
- Fixed path issues with lots of traffic. [PR #25](https://github.com/NicolasRitouet/dpd-fileupload/pull/25) (thanks [@rgolea](https://github.com/rgolea))
- [0.0.13](https://github.com/NicolasRitouet/dpd-fileupload/releases/tag/0.0.13)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dpd-fileupload",
"description": "File uploader for Deployd",
"version": "0.0.14",
"version": "0.0.15",
"author": "Nicolas Ritouet <[email protected]>",
"dependencies": {
"debug": "2.2.0",
Expand Down

0 comments on commit 0b08366

Please sign in to comment.