Merge pull request #128 from triggerdotdev/changeset-release/main

chore: Update version for release (next)
This commit is contained in:
Eric Allam
2023-06-29 14:02:45 +01:00
committed by GitHub
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",