Skip to content

Commit 9e2d0e0

Browse files
committed
chore(release): 2.0.0
1 parent 731d08d commit 9e2d0e0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.0.0](https://github.com/Kikobeats/cacheable-response/compare/v1.10.2...v2.0.0) (2020-02-03)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* requires Node.js >= 10
11+
12+
### build
13+
14+
* update dependencies ([731d08d](https://github.com/Kikobeats/cacheable-response/commit/731d08d636cf53f27222f7a3f841462057226a01))
15+
516
### [1.10.2](https://github.com/Kikobeats/cacheable-response/compare/v1.10.1...v1.10.2) (2020-01-22)
617

718

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": "1.10.2",
5+
"version": "2.0.0",
66
"main": "index.js",
77
"author": {
88
"email": "[email protected]",

0 commit comments

Comments
 (0)