diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c6bc80a005..33cb25f8f06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog + + +## 2.1.1 (2023-02-08) + +### Changed + +- 💄 Increase participant page max width [[4811fbe](https://github.com/lukevella/Rallly/commit/4811fbe1ddd0250a74074404309fb01cdca0f2d4)] +- 💄 Bring back showing the day of the week for date options ([#499](https://github.com/lukevella/Rallly/issues/499)) [[0d805c8](https://github.com/lukevella/Rallly/commit/0d805c8316a08cc5a85f9dd88f5606fb09738399)] + +### Fixed + +- ✏️ Fix typo in release workflow [[3d8a8e8](https://github.com/lukevella/Rallly/commit/3d8a8e868a616297dfbe6d11c697dc794bf30ace)] + +### Miscellaneous + +- 👷 Update CI badge to show status of main branch [[f965d14](https://github.com/lukevella/Rallly/commit/f965d14ee044c6771406bbc2bc99d61d3de8af6e)] +- 👷 Trigger CI when we push to main [[13726f4](https://github.com/lukevella/Rallly/commit/13726f46d69bf7dedc85b357f8b60e7257e8a5fb)] +- 👷 Add trigger to deploy on version release [[e0dfb52](https://github.com/lukevella/Rallly/commit/e0dfb527ab81385ca05ed6e7dd0acdca0ead9b7e)] +- 📦 Bump tailwind dependencies ([#497](https://github.com/lukevella/Rallly/issues/497)) [[fc7a2b8](https://github.com/lukevella/Rallly/commit/fc7a2b8390c7980cb01dd699269f678f701c7489)] + ## 2.1.0 (2023-02-08) diff --git a/package.json b/package.json index ba62d9186d4..4c1ab49a919 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rallly", - "version": "2.1.0", + "version": "2.1.1", "private": true, "scripts": { "dev": "TAILWIND_MODE=watch next dev",