chore: Update version for release (next)
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
},
|
||||
"changesets": [
|
||||
"bright-horses-bathe",
|
||||
"chatty-cars-agree",
|
||||
"chilly-meals-warn",
|
||||
"clever-bats-learn",
|
||||
"curly-hornets-sort",
|
||||
|
||||
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user