From 5472ee8c3b080e37c17d9661be53312af302064b Mon Sep 17 00:00:00 2001 From: Markus Wolf Date: Thu, 24 May 2018 11:21:30 +0200 Subject: [PATCH] chore(release): 1.5.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0594d147..d3165963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.5.1](https://github.com/KnisterPeter/pretend/compare/v1.5.0...v1.5.1) (2018-05-24) + + +### Bug Fixes + +* allow empty form-data requests ([323ed3a](https://github.com/KnisterPeter/pretend/commit/323ed3a)) + + + # [1.5.0](https://github.com/KnisterPeter/pretend/compare/v1.4.2...v1.5.0) (2018-05-07) diff --git a/package.json b/package.json index 835bdd7a..13f30338 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pretend", - "version": "1.5.0", + "version": "1.5.1", "description": "A decorator based http webservice client written in typescript", "main": "dist/src/index.js", "files": [