From c150126db6a079955c470990f57d6805de502dd9 Mon Sep 17 00:00:00 2001 From: Christian Stussak Date: Tue, 1 Dec 2020 15:46:06 +0100 Subject: [PATCH] Bump version number to 0.14.0 --- CHANGELOG.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa8dec..efe2e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.14.0] 2020-12-01 ### Added - add `--hide-cursor` cli option to hide the mouse cursor @@ -251,7 +251,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [library for sending heartbearts]: https://github.com/hilbert/hilbert-heartbeat -[Unreleased]: https://github.com/IMAGINARY/kiosk-browser/compare/v0.13.0...HEAD +[Unreleased]: https://github.com/IMAGINARY/kiosk-browser/compare/v0.14.0...HEAD +[0.14.0]: https://github.com/IMAGINARY/kiosk-browser/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/IMAGINARY/kiosk-browser/compare/v0.12.3...v0.13.0 [0.12.3]: https://github.com/IMAGINARY/kiosk-browser/compare/v0.12.2...v0.12.3 [0.12.2]: https://github.com/IMAGINARY/kiosk-browser/compare/v0.12.1...v0.12.2 diff --git a/package.json b/package.json index d8ace0a..6060b27 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kiosk-browser", "productName": "kiosk-browser", - "version": "0.14.0-beta.2", + "version": "0.14.0", "description": "Hardend Kiosk Web Browser", "homepage": "https://github.com/IMAGINARY/kiosk-browser", "repository": {