From af07c3145b85423b7ecb20234c43f1255c0667b8 Mon Sep 17 00:00:00 2001 From: Matt Zabriskie Date: Sat, 16 Jul 2016 11:12:43 -0600 Subject: [PATCH] Releasing 0.13.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b73af2..2cd6a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 0.13.1 (Jul 16, 2016) + +- Fixing issue with response data not being transformed on error ([#378](https://github.com/mzabriskie/axios/issues/378)) + ### 0.13.0 (Jul 13, 2016) - Improved error handling ([#345](https://github.com/mzabriskie/axios/pull/345))