From d5c3017a8bf6e980abc1f37897e45d0e44b2892f Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Thu, 16 Mar 2023 11:09:30 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=202.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b5225149..8d70b7c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog + + +## 2.4.1 (2023-03-16) + +### Added + +- 📈 Capture participant email in posthog ([#569](https://github.com/lukevella/Rallly/issues/569)) [[62a5c65](https://github.com/lukevella/Rallly/commit/62a5c6580305a1f4c0d8c5e6f17b17194f15b5c2)] + +### Changed + +- 📌 Pin base image version for Dockerfile [[213badd](https://github.com/lukevella/Rallly/commit/213badde9ba2f3bc0c6f18761202dd80920eb29c)] +- 🔧 Pin node version [[e85669d](https://github.com/lukevella/Rallly/commit/e85669ddf0170cc9870278192bd3966097d70ab4)] + +### Fixed + +- 🐛 Fix `DISABLE_LANDING_PAGE` not working ([#572](https://github.com/lukevella/Rallly/issues/572)) [[86eaf5d](https://github.com/lukevella/Rallly/commit/86eaf5df10bfaf529afe3e92b4dbbd9ccde18b51)] + +### Miscellaneous + +- 📝 Update README.md [[5962b6c](https://github.com/lukevella/Rallly/commit/5962b6c8f1a9977f4eeea31c0225729c4a6be5b2)] +- 📝 Fix typo [[3bb1eb8](https://github.com/lukevella/Rallly/commit/3bb1eb8ac603783ef1e8f04d914cb109adf831e5)] +- 📝 Update README [[4f98f4b](https://github.com/lukevella/Rallly/commit/4f98f4be6fb7749adad549d8fb23d45ae6b2ffc4)] +- 🌐 New translations app.json (French) ([#567](https://github.com/lukevella/Rallly/issues/567)) [[ec3d300](https://github.com/lukevella/Rallly/commit/ec3d300736a850669af7948a015be555587ca044)] + ## 2.4.0 (2023-03-15) diff --git a/package.json b/package.json index 1c5d75669..8edc7ab1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rallly", "private": true, - "version": "2.4.0", + "version": "2.4.1", "scripts": { "dev": "turbo dev", "start": "turbo run start --filter=@rallly/web...",