chore: Update version for release (next)

This commit is contained in:
github-actions[bot]
2023-06-29 12:39:46 +00:00
parent e2ce9472cf
commit 5eec1b6f7b
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@
},
"changesets": [
"bright-horses-bathe",
"chatty-cars-agree",
"chilly-meals-warn",
"clever-bats-learn",
"curly-hornets-sort",
+10
View File
@@ -1,5 +1,15 @@
# create-trigger
## 0.2.1-next.8
### Patch Changes
- e2ce9472: A number of improvements to the initialization experience:
- Detect middleware usage and warn about how it could conflict with Trigger.dev and with a link to the docs
- Lookup package versions and use the latest versions
- Better error messages when registering an endpoint doesn't work
## 0.2.1-next.7
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/init",
"version": "0.2.1-next.7",
"version": "0.2.1-next.8",
"description": "The CLI to easily initialize Trigger.dev in your Next.js project",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",