mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-30 06:29:11 +02:00
🔖 Release 2.3.1
This commit is contained in:
parent
b06341a9de
commit
e65c87bf04
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
<a name="2.3.1"></a>
|
||||
|
||||
## 2.3.1 (2023-03-14)
|
||||
|
||||
### Added
|
||||
|
||||
- 📈 Include pollId when capturing events ([#555](https://github.com/lukevella/Rallly/issues/555)) [[d14a88e](https://github.com/lukevella/Rallly/commit/d14a88e9ebcf825769dfe97968e3b25479b1f931)]
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
- 🌐 Update translations ([#554](https://github.com/lukevella/Rallly/issues/554)) [[b06341a](https://github.com/lukevella/Rallly/commit/b06341a9de660cdc0bd3c76d499d0370db78d511)]
|
||||
- 🔓 Allow SMTP server to be configured without auth ([#556](https://github.com/lukevella/Rallly/issues/556)) [[c6e68c4](https://github.com/lukevella/Rallly/commit/c6e68c407c50c96ad9b8d1461cd7468cfa3c6192)]
|
||||
|
||||
<a name="2.3.0"></a>
|
||||
|
||||
## 2.3.0 (2023-03-13)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "rallly",
|
||||
"private": true,
|
||||
"version": "2.3.0",
|
||||
"version": "2.3.1",
|
||||
"scripts": {
|
||||
"dev": "turbo dev",
|
||||
"build": "turbo build",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue