From 3b2c99c7090de03aab12415342136460ddd735ee Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Wed, 31 Mar 2021 20:06:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80Bumped=20version=20to=20v0.4.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 6cdab4f..339ff20 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.4.2](https://git.odit.services/lfk/selfservice/compare/0.4.1...0.4.2) + +- 🚑 fix organization registration token [`f150821`](https://git.odit.services/lfk/selfservice/commit/f150821f0f60e4798b02ebf50588da61ccb51279) + #### [0.4.1](https://git.odit.services/lfk/selfservice/compare/0.4.0...0.4.1) +> 31 March 2021 + - Fixed registration routing [`2141f62`](https://git.odit.services/lfk/selfservice/commit/2141f62dca7ecb2be2579a7e79ffca513563c22a) +- 🚀Bumped version to v0.4.1 [`5191ece`](https://git.odit.services/lfk/selfservice/commit/5191ecea1eb3ac66a3f0c2743d43ff5b505061b7) #### [0.4.0](https://git.odit.services/lfk/selfservice/compare/0.3.1...0.4.0) diff --git a/package.json b/package.json index 373a727..97a3f30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-selfservice", - "version": "0.4.1", + "version": "0.4.2", "scripts": { "dev": "vite", "build": "vite build",