Skip to content

Commit

Permalink
🔖 Release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Oct 1, 2024
1 parent 9928388 commit 9d870d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

<a name="3.0.1"></a>
## 3.0.1 (2024-10-01)

### Changed

- 🔧 Add back the db:migrate turbo task [[9928388](https://github.com/baptisteArno/typebot.io/commit/9928388a4b12f6354a7d70eaa172bfb7501da4cf)]

### Miscellaneous

- 📝 Update local installation instructions [[088678b](https://github.com/baptisteArno/typebot.io/commit/088678bd26326814304a80a71d50a88a96558263)]


<a name="3.0.0"></a>
## 3.0.0 (2024-10-01)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"workspaces": [
"packages/*",
Expand All @@ -24,7 +24,7 @@
"start-docker-compose-prod": "docker compose -f docker-compose.yml up",
"build": "turbo build --filter=builder... --filter=viewer... --filter=landing-page... --filter=docs...",
"dev": "turbo dev --filter=builder... --filter=viewer...",
"generate-change-log": "git fetch --all && npx gitmoji-changelog",
"generate-change-log": "git fetch --all && pnpx gitmoji-changelog",
"sync-locales": "tolgee sync --continue-on-warning --remove-unused --patterns './apps/builder/src/**/*.ts?(x)' --backup './.tolgee/backup'",
"pull-locales": "tolgee pull && prettier --write ./apps/builder/src/i18n",
"create-new-block": "cd packages/forge/cli && bun start",
Expand Down

0 comments on commit 9d870d6

Please sign in to comment.