From 176eb81c99991c397401ad85f358137a6bd88495 Mon Sep 17 00:00:00 2001 From: "Kozba, Waldek - Externer Mitarbeiter" Date: Mon, 7 Aug 2017 11:59:14 +0200 Subject: [PATCH] Pre-release version and README update. --- README.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4db4a4b..e0d5040 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,14 @@ However, you can only get it when you pass 3 params to the callback's argument l # Breaking Change History +#### 2.2.0 + +* `bypassHeaders` support. + +#### 2.1.0 + +* `Cache-Control` headers support. + #### 2.0.0 * Now compatible with superagent `2.x` and `3.x` diff --git a/package.json b/package.json index 701a3b7..f29eced 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@finanzcheck/superagent-cache-plugin", - "version": "2.1.0", + "version": "2.2.0", "description": "FFG Superagent plugin with flexible built-in caching.", "main": "index.js", "devDependencies": {