Compare commits

...

2 Commits

Author SHA1 Message Date
Eric Allam 2f403b379b Bump notion 2023-03-02 15:49:05 +00:00
Eric Allam 9332256914 Bump notion 2023-03-02 15:48:45 +00:00
3 changed files with 8 additions and 2 deletions
@@ -1,5 +1,11 @@
# @trigger.dev/notion
## 0.1.26
### Patch Changes
- 93322569: Bumping notion to release the new version
## 0.1.25
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/notion",
"version": "0.1.25",
"version": "0.1.26",
"description": "The official Notion integration for Trigger.dev",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
+1 -1
View File
@@ -75,7 +75,7 @@ async function updateTemplate(templateName) {
);
// Push to remote
await execAsync(`cd ${templateDir} && git push`);
await execAsync(`cd ${templateDir} && git push origin main`);
console.log(`Updated dependencies for template '${templateName}'`);
} else {