diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a0efe..aee19e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v1.7.1 (2020-12-06) + +[📝 Release notes](https://github.com/upptime/status-page/releases/tag/v1.7.1) · [💻 Compare](https://github.com/upptime/status-page/compare/v1.7.0...v1.7.1) · [🔖 Tag](https://github.com/upptime/status-page/tree/v1.7.1) · 🗄️ Archive ([zip](https://github.com/upptime/status-page/archive/v1.7.1.zip) · [tar.gz](https://github.com/upptime/status-page/archive/v1.7.1.tar.gz)) + +### ♻️ Updates + +- [`9177df4`](https://github.com/upptime/status-page/commit/9177df4) Cache API response for 10 min +- [`130394c`](https://github.com/upptime/status-page/commit/130394c) Add config for cache time, local time + ## v1.7.0 (2020-12-06) [📝 Release notes](https://github.com/upptime/status-page/releases/tag/v1.7.0) · [💻 Compare](https://github.com/upptime/status-page/compare/v1.6.1...v1.7.0) · [🔖 Tag](https://github.com/upptime/status-page/tree/v1.7.0) · 🗄️ Archive ([zip](https://github.com/upptime/status-page/archive/v1.7.0.zip) · [tar.gz](https://github.com/upptime/status-page/archive/v1.7.0.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 6b09311..17ffedc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@upptime/status-page", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index de17492..a3ba0f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@upptime/status-page", - "version": "1.7.0", + "version": "1.7.1", "description": "Upptime status page website", "main": "dist/index.js", "scripts": {