From 9b62962758f8a73d669bca69b77f2c09a13c9e7a Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Wed, 31 Mar 2021 20:16:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80Bumped=20version=20to=20v0.4.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 2b2d6ee..c0d7ca6 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. +#### [0.4.4](https://git.odit.services/lfk/selfservice/compare/0.4.3...0.4.4) + +- 🚑 hotfix - baseurl_selfservice -> baseurl [`84dc33b`](https://git.odit.services/lfk/selfservice/commit/84dc33bf14ace839261aea02ffbcac5d627f8200) + #### [0.4.3](https://git.odit.services/lfk/selfservice/compare/0.4.2...0.4.3) +> 31 March 2021 + +- 🚀Bumped version to v0.4.3 [`cad34d3`](https://git.odit.services/lfk/selfservice/commit/cad34d357b9bd8501eed26b35b5324d2b4f756c3) - 🚑 hotfix - Profile api path [`2056ce1`](https://git.odit.services/lfk/selfservice/commit/2056ce1e62a33e14bce5bdef5ea8cd38e039dc62) #### [0.4.2](https://git.odit.services/lfk/selfservice/compare/0.4.1...0.4.2) diff --git a/package.json b/package.json index aab703f..860519b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-selfservice", - "version": "0.4.3", + "version": "0.4.4", "scripts": { "dev": "vite", "build": "vite build",