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

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Sep 19, 2019
1 parent 31b1e26 commit 5655d73
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Change Log
# Changelog

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.

## [3.0.0](https://github.com/KnisterPeter/pretend/compare/v2.0.0...v3.0.0) (2019-09-19)


### ⚠ BREAKING CHANGES

* Drop node 8 support
* drop support for node 6

* drop node 8 support ([7c6e47f](https://github.com/KnisterPeter/pretend/commit/7c6e47f))
* drop support for node 6 ([be2b926](https://github.com/KnisterPeter/pretend/commit/be2b926))

<a name="2.0.0"></a>
# [2.0.0](https://github.com/KnisterPeter/pretend/compare/v1.5.1...v2.0.0) (2018-11-19)

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": "2.0.0",
"version": "3.0.0",
"description": "A decorator based http webservice client written in typescript",
"main": "dist/src/index.js",
"files": [
Expand Down

0 comments on commit 5655d73

Please sign in to comment.