From 21ca2679d1df41cdd7da862c7a01e2bba8b3af0a Mon Sep 17 00:00:00 2001 From: Benjamin Petetot Date: Thu, 6 Aug 2020 09:07:32 +0200 Subject: [PATCH] :bookmark: v0.34.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3da3e78d..10607501b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog + +## 0.34.0 (2020-08-02) + +### Changed + +- ⬆️ upgrade dependencies ([#823](https://github.com/bpetetot/conference-hall/issues/823)) [[85f71b3](https://github.com/bpetetot/conference-hall/commit/85f71b3bef9c16716341f3b3c1f67090dc127c38)] +- ♻️ refactor authentication with hooks ([#822](https://github.com/bpetetot/conference-hall/issues/822)) [[69d6bda](https://github.com/bpetetot/conference-hall/commit/69d6bda2d1033d35dfe37dbc74f2220078e36753)] +- ♻️ initialize firebase on app start ([#820](https://github.com/bpetetot/conference-hall/issues/820)) [[15dfe22](https://github.com/bpetetot/conference-hall/commit/15dfe228c9303ecfb80abf55a8950a12c96fa303)] + + ## 0.33.0 (2020-07-21) diff --git a/package.json b/package.json index 61cd9798a..312297a38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conference-hall", - "version": "0.33.0", + "version": "0.34.0", "private": true, "bugs": "https://github.com/bpetetot/conference-hall/issues", "repository": "github:bpetetot/conference-hall",