diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000000..a70ed60a2d6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + + + +## 2.0.0 (2023-02-06) + +This is the first version release of Rallly! + +### Changed + +- 🚚 Move scripts to scripts folder [[3c80eca](https://github.com/lukevella/Rallly/commit/3c80ecacf372410a49b84fae1b43c9620b066567)] + +### Miscellaneous + +- 👷 Add release script [[5dba8b0](https://github.com/lukevella/Rallly/commit/5dba8b04482a1ce86d8fa9b29fef7883047e5833)] +- 👷 Prepare docker workflow for versioned releases [[8465cfe](https://github.com/lukevella/Rallly/commit/8465cfe6c287a57838ffbc19d0e61f0f1130577c)] +- 👷 Add release workflow [[f0eabd8](https://github.com/lukevella/Rallly/commit/f0eabd82c3fbd91bce2a49c9a2ad5fde5812d977)] diff --git a/package.json b/package.json index f174b4fd3c7..b3d864e718a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rallly", - "version": "0.1.0", + "version": "2.0.0", "private": true, "scripts": { "dev": "TAILWIND_MODE=watch next dev",