Skip to content

Commit

Permalink
chore(release): 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 3, 2021
1 parent 2f729ad commit 0bd8a4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.3.0 (2021-08-03)


### Features

* customize bypass query parameter ([#79](https://github.com/Kikobeats/cacheable-response/issues/79)) ([929b8cc](https://github.com/Kikobeats/cacheable-response/commit/929b8ccc351f53f78c6bb085131728f1bd8ab56c)), closes [#72](https://github.com/Kikobeats/cacheable-response/issues/72)

## 2.2.0 (2021-08-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cacheable-response",
"description": "An HTTP compliant route path middleware for serving cache response with invalidation support.",
"homepage": "https://nicedoc.io/Kikobeats/cacheable-response",
"version": "2.2.0",
"version": "2.3.0",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down

0 comments on commit 0bd8a4e

Please sign in to comment.