From 9cff40fa56cde0acaeb85deae5c96e43ec71e975 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Tue, 7 Sep 2021 14:22:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80RELEASE=20v1.6.2?= 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 a7d7ccc..5f5de59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,16 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v1.6.2](https://github.com/philippdormann/uptime-kuma/compare/v1.6.1...v1.6.2) + +- fix: drop frozen-lockfile from dockerfile for fixing builds without my local registry [`0939477`](https://github.com/philippdormann/uptime-kuma/commit/09394777a674c751f1f175e7a4fcf6c7eac668e8) + #### [v1.6.1](https://github.com/philippdormann/uptime-kuma/compare/v1.6.0...v1.6.1) +> 7 September 2021 + - the usual post-merge layout cleanups [`6e02beb`](https://github.com/philippdormann/uptime-kuma/commit/6e02beb3505efe951a44be31d76636da27a3afc7) +- 🚀RELEASE v1.6.1 [`ba55dfa`](https://github.com/philippdormann/uptime-kuma/commit/ba55dfa587f0c1a87ff16cc353a4c807bbb8fbea) #### [v1.6.0](https://github.com/philippdormann/uptime-kuma/compare/1.5.3...v1.6.0) diff --git a/package.json b/package.json index 39e4c26..87bb235 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uptime-kuma", - "version": "1.6.1", + "version": "1.6.2", "scripts": { "dev": "vite --host", "start-server": "node server/server.js",