From 0b08366095b168f6ec5faefe16b310bb43a98e22 Mon Sep 17 00:00:00 2001 From: NicolasRitouet Date: Mon, 19 Oct 2015 18:13:11 +0200 Subject: [PATCH] Bump release to 0.0.15 --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6594f3f..5de4434 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 0ad333c..3fb1fa6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dpd-fileupload", "description": "File uploader for Deployd", - "version": "0.0.14", + "version": "0.0.15", "author": "Nicolas Ritouet ", "dependencies": { "debug": "2.2.0",