notion-github 1.0.10 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -4558,7 +4558,7 @@ var {
4558
4558
  } = import_index.default;
4559
4559
 
4560
4560
  // package.json
4561
- var version = "1.0.10";
4561
+ var version = "1.1.0";
4562
4562
 
4563
4563
  // src/commands/create/action.ts
4564
4564
  var import_rest = require("@octokit/rest");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notion-github",
3
- "version": "1.0.10",
3
+ "version": "1.1.0",
4
4
  "description": "GitHub and Notion integration for PR automation",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",