From 6df7b516aa09f937c23ab19494767867e1ebf8da Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Wed, 14 Apr 2021 18:15:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80Bumped=20version=20to=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db87a45..7ec165a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,18 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. -#### [v0.1.6](https://git.odit.services/lfk/scanclient/compare/0.1.5...v0.1.6) +#### [v0.2.0](https://git.odit.services/lfk/scanclient/compare/0.1.6...v0.2.0) +- Merge pull request 'add 'rst' to Login component' (#20) from feature/18-add-rst-login into dev [`#18`](https://git.odit.services/lfk/scanclient/issues/18) +- Merge pull request 'replace unsplash with kaya_bg' (#19) from feature/17-remote-background-image into dev [`#17`](https://git.odit.services/lfk/scanclient/issues/17) +- add 'rst' to Login component [`e6d8861`](https://git.odit.services/lfk/scanclient/commit/e6d8861340f6998234d8b2446b918ab01738cf63) +- replace unsplash with kaya_bg [`37c384a`](https://git.odit.services/lfk/scanclient/commit/37c384aa3688a66bc31673048e718fc04bc7bf0d) + +#### [0.1.6](https://git.odit.services/lfk/scanclient/compare/0.1.5...0.1.6) + +> 13 April 2021 + +- 🚀Bumped version to 0.1.6 [`cd1b3aa`](https://git.odit.services/lfk/scanclient/commit/cd1b3aafc7587541eddd088a9d446ad50b719f56) - Updated readme [`64f2ddf`](https://git.odit.services/lfk/scanclient/commit/64f2ddf70b5e3ace8557ff1cfd346fb52a251afd) #### [0.1.5](https://git.odit.services/lfk/scanclient/compare/0.1.4...0.1.5) diff --git a/package.json b/package.json index 81b655d..11b2782 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lfk/scanclient", - "version": "0.1.6", + "version": "0.2.0", "scripts": { "dev": "vite", "build": "vite build",