Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Nov 19, 2018
1 parent 8b7acb1 commit 8677bd8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="2.0.0"></a>
# [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



<a name="1.5.1"></a>
## [1.5.1](https://github.com/KnisterPeter/pretend/compare/v1.5.0...v1.5.1) (2018-05-24)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 8677bd8

Please sign in to comment.