From 8677bd8278bd684ef3a939f80129b010ca757f86 Mon Sep 17 00:00:00 2001 From: Markus Wolf Date: Mon, 19 Nov 2018 14:05:35 +0100 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3165963..564d49a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. + +# [2.0.0](https://github.com/KnisterPeter/pretend/compare/v1.5.1...v2.0.0) (2018-11-19) + + +### Features + +* allow form encoding of body data ([8b7acb1](https://github.com/KnisterPeter/pretend/commit/8b7acb1)) +* drop node 4 support ([51735b2](https://github.com/KnisterPeter/pretend/commit/51735b2)) + + +### BREAKING CHANGES + +* drop node 4 support + + + ## [1.5.1](https://github.com/KnisterPeter/pretend/compare/v1.5.0...v1.5.1) (2018-05-24) diff --git a/package.json b/package.json index 8e381e21..01ad5439 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pretend", - "version": "1.5.1", + "version": "2.0.0", "description": "A decorator based http webservice client written in typescript", "main": "dist/src/index.js", "files": [