Skip to content

Commit 9db9230

Browse files
Publish
- @honeybadger-io/gatsby-plugin-honeybadger@6.0.37 - @honeybadger-io/js@6.11.2 - @honeybadger-io/nextjs@5.10.2 - @honeybadger-io/vue@6.2.4
1 parent 718fea2 commit 9db9230

File tree

12 files changed

+51
-16
lines changed

12 files changed

+51
-16
lines changed

packages/gatsby-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.37](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/gatsby-plugin-honeybadger@6.0.36...@honeybadger-io/gatsby-plugin-honeybadger@6.0.37) (2025-08-11)
7+
8+
**Note:** Version bump only for package @honeybadger-io/gatsby-plugin-honeybadger
9+
10+
11+
12+
13+
614
## [6.0.36](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/gatsby-plugin-honeybadger@6.0.35...@honeybadger-io/gatsby-plugin-honeybadger@6.0.36) (2025-06-30)
715

816
**Note:** Version bump only for package @honeybadger-io/gatsby-plugin-honeybadger

packages/gatsby-plugin/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/gatsby-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@honeybadger-io/gatsby-plugin-honeybadger",
33
"description": "Gatsby plugin to add Honeybadger error tracking to your site.",
4-
"version": "6.0.36",
4+
"version": "6.0.37",
55
"homepage": "https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/gatsby-plugin",
66
"repository": {
77
"type": "git",
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"main": "index.js",
1717
"dependencies": {
18-
"@honeybadger-io/js": "^6.11.1",
18+
"@honeybadger-io/js": "^6.11.2",
1919
"@honeybadger-io/webpack": "^6.3.1"
2020
},
2121
"engines": {

packages/js/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.11.2](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/js@6.11.1...@honeybadger-io/js@6.11.2) (2025-08-11)
7+
8+
9+
### Performance Improvements
10+
11+
* **js:** update express types ([#1448](https://github.com/honeybadger-io/honeybadger-js/issues/1448)) ([718fea2](https://github.com/honeybadger-io/honeybadger-js/commit/718fea245e0ac8f354af96bb82ebba75e14fc502))
12+
13+
14+
15+
16+
617
## [6.11.1](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/js@6.11.0...@honeybadger-io/js@6.11.1) (2025-06-30)
718

819
**Note:** Version bump only for package @honeybadger-io/js

packages/js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeybadger-io/js",
3-
"version": "6.11.1",
3+
"version": "6.11.2",
44
"license": "MIT",
55
"homepage": "https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/js",
66
"author": {

packages/nextjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.10.2](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/nextjs@5.10.1...@honeybadger-io/nextjs@5.10.2) (2025-08-11)
7+
8+
**Note:** Version bump only for package @honeybadger-io/nextjs
9+
10+
11+
12+
13+
614
## [5.10.1](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/nextjs@5.10.0...@honeybadger-io/nextjs@5.10.1) (2025-06-30)
715

816
**Note:** Version bump only for package @honeybadger-io/nextjs

packages/nextjs/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeybadger-io/nextjs",
3-
"version": "5.10.1",
3+
"version": "5.10.2",
44
"description": "Next.js integration for Honeybadger",
55
"keywords": [
66
"nextjs",
@@ -42,7 +42,7 @@
4242
"next": ">= 13.x"
4343
},
4444
"dependencies": {
45-
"@honeybadger-io/js": "^6.11.1",
45+
"@honeybadger-io/js": "^6.11.2",
4646
"@honeybadger-io/webpack": "^6.3.1"
4747
},
4848
"devDependencies": {

packages/vue/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.2.4](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/vue@6.2.3...@honeybadger-io/vue@6.2.4) (2025-08-11)
7+
8+
**Note:** Version bump only for package @honeybadger-io/vue
9+
10+
11+
12+
13+
614
## [6.2.3](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/vue@6.2.2...@honeybadger-io/vue@6.2.3) (2025-06-30)
715

816
**Note:** Version bump only for package @honeybadger-io/vue

0 commit comments

Comments
 (0)