chore: Update version for release (beta) (#977)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-03-27 19:43:19 +00:00
committed by GitHub
parent f1571cbfab
commit a22b5869e4
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -46,6 +46,7 @@
"changesets": [
"chilled-hornets-move",
"lemon-jobs-repair",
"stupid-bulldogs-applaud",
"sweet-lizards-press"
]
}
+6
View File
@@ -1,5 +1,11 @@
# trigger.dev
## 3.0.0-beta.1
### Patch Changes
- f1571cbfa: Fixed an issue where the trigger.dev package was not being built before publishing to npm
## 3.0.0-beta.0
### Major Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "trigger.dev",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"description": "A Command-Line Interface for Trigger.dev (v3) projects",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",