Skip to content

Commit 98fa8df

Browse files
committed
chore(release): 2.2.0
1 parent e6bf8d6 commit 98fa8df

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## 2.2.0 (2021-08-03)
6+
7+
8+
### Features
9+
10+
* add BYPASS cache state ([#78](https://github.com/Kikobeats/cacheable-response/issues/78)) ([e6bf8d6](https://github.com/Kikobeats/cacheable-response/commit/e6bf8d6d3fc0e57e6a492fdd12fe2e5e29ac28c6))
11+
512
### [2.1.12](https://github.com/Kikobeats/cacheable-response/compare/v2.1.11...v2.1.12) (2021-04-08)
613

714
### [2.1.11](https://github.com/Kikobeats/cacheable-response/compare/v2.1.10...v2.1.11) (2021-04-05)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cacheable-response",
33
"description": "An HTTP compliant route path middleware for serving cache response with invalidation support.",
44
"homepage": "https://nicedoc.io/Kikobeats/cacheable-response",
5-
"version": "2.1.12",
5+
"version": "2.2.0",
66
"main": "index.js",
77
"author": {
88
"email": "[email protected]",

0 commit comments

Comments
 (0)