From f2d8ab81e9ed87f8a9e0cae3010f27ed12c081cb Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Wed, 19 Apr 2023 12:16:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80Bumped=20version=20to=200.3.0?= 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 db80865..0f651ed 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. +#### [0.3.0](https://git.odit.services/lfk/kiosk/compare/0.2.0...0.3.0) + +- feat(registration): drop privacy checkbox [privacy is linked on page] [`c546a96`](https://git.odit.services/lfk/kiosk/commit/c546a96c4d959b41181c34d6affccafdf84a221a) + #### [0.2.0](https://git.odit.services/lfk/kiosk/compare/0.1.0...0.2.0) +> 19 April 2023 + - feat(registration): cleanup finished page [`898d359`](https://git.odit.services/lfk/kiosk/commit/898d3595a032c87615e1825d0023299b029fc19e) +- 🚀Bumped version to 0.2.0 [`c82fdf3`](https://git.odit.services/lfk/kiosk/commit/c82fdf3823acf0ea49f0218ba57805e5d15fae97) #### 0.1.0 diff --git a/package.json b/package.json index 0f78b23..cba0d62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lfk/kiosk", - "version": "0.2.0", + "version": "0.3.0", "private": false, "license": "MIT", "repository": "https://git.odit.services/lfk/kiosk",