Skip to content

Commit db3d803

Browse files
Version Packages (#626)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d6ec68a commit db3d803

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/lazy-singers-work.md

-5
This file was deleted.

.changeset/purple-foxes-arrive.md

-5
This file was deleted.

integrations/github/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gitbook/integration-github
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- d6ec68a: Use ExposableError for public errors in GitHub integration
8+
39
## 0.5.0
410

511
### Minor Changes

integrations/github/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/integration-github",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"private": true,
55
"scripts": {
66
"typecheck": "tsc --noEmit",

integrations/gitlab/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gitbook/integration-gitlab
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 9bce519: Use ExposableError for public errors in GitLab integration
8+
39
## 0.4.0
410

511
### Minor Changes

integrations/gitlab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/integration-gitlab",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"private": true,
55
"scripts": {
66
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)