Skip to content

Commit 8f97992

Browse files
Version Packages
1 parent c770fee commit 8f97992

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

.changeset/big-needles-know.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/new-facts-pay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @gitbook/integration-github-issues
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 46e893e: Add GitHub issues integration

integrations/github-issues/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/integration-github-issues",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"dependencies": {
66
"@gitbook/runtime": "*",

integrations/github/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gitbook/integration-github
22

3+
## 0.6.6
4+
5+
### Patch Changes
6+
7+
- c770fee: Fix proxy for the webhook endpoint
8+
39
## 0.6.5
410

511
### Patch Changes

integrations/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/integration-github",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"private": true,
55
"scripts": {
66
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)