From ecbddfada62b75c7fcf5758e1121895e7a995c14 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Tue, 7 Sep 2021 14:31:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80RELEASE=20v1.6.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 028aa3d..5237f6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,15 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v1.6.4](https://github.com/philippdormann/uptime-kuma/compare/v1.6.3...v1.6.4) + +- fix: docker port and yarn lock [`ff5446a`](https://github.com/philippdormann/uptime-kuma/commit/ff5446a7897914346e6397b13e8b060a09a2791e) + #### [v1.6.3](https://github.com/philippdormann/uptime-kuma/compare/v1.6.2...v1.6.3) +> 7 September 2021 + +- 🚀RELEASE v1.6.3 [`fbac5cd`](https://github.com/philippdormann/uptime-kuma/commit/fbac5cdd93a0b02ce93f7763faf9ae95e3f5c502) - fix: ignore yarn.lock in dockerfile [`e2b8468`](https://github.com/philippdormann/uptime-kuma/commit/e2b846839a3d3eaa8a2b90eb2419555c31b6f5ca) #### [v1.6.2](https://github.com/philippdormann/uptime-kuma/compare/v1.6.1...v1.6.2) diff --git a/package.json b/package.json index 774de6b..22c0aef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uptime-kuma", - "version": "1.6.3", + "version": "1.6.4", "scripts": { "dev": "vite --host", "start-server": "node server/server.js",