Skip to content

Commit

Permalink
v4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 22, 2022
1 parent 2d9bd24 commit 2a4dd4e
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.7.3](https://github.com/honeybadger-io/honeybadger-js/compare/v4.7.2...v4.7.3) (2022-11-22)


### Bug Fixes

* webpack compilaton issues ([#952](https://github.com/honeybadger-io/honeybadger-js/issues/952)) ([2d9bd24](https://github.com/honeybadger-io/honeybadger-js/commit/2d9bd248bd653a417736cff2710b50b5e3319363))





## [4.7.2](https://github.com/honeybadger-io/honeybadger-js/compare/v4.7.1...v4.7.2) (2022-11-21)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"useNx": false,
"version": "4.7.2"
"version": "4.7.3"
}
8 changes: 8 additions & 0 deletions packages/gatsby-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.7.3](https://github.com/honeybadger-io/honeybadger-js/compare/v4.7.2...v4.7.3) (2022-11-22)

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





## [4.7.1](https://github.com/honeybadger-io/honeybadger-js/compare/v4.7.0...v4.7.1) (2022-11-14)

**Note:** Version bump only for package @honeybadger-io/gatsby-plugin-honeybadger
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@honeybadger-io/gatsby-plugin-honeybadger",
"description": "Gatsby plugin to add Honeybadger error tracking to your site.",
"version": "4.7.1",
"version": "4.7.3",
"homepage": "https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/gatsby-plugin",
"repository": {
"type": "git",
Expand All @@ -16,6 +16,6 @@
"main": "index.js",
"dependencies": {
"@honeybadger-io/js": "^4.7.1",
"@honeybadger-io/webpack": "^4.7.1"
"@honeybadger-io/webpack": "^4.7.3"
}
}
11 changes: 11 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.7.3](https://github.com/honeybadger-io/honeybadger-js/compare/v4.7.2...v4.7.3) (2022-11-22)


### Bug Fixes

* webpack compilaton issues ([#952](https://github.com/honeybadger-io/honeybadger-js/issues/952)) ([2d9bd24](https://github.com/honeybadger-io/honeybadger-js/commit/2d9bd248bd653a417736cff2710b50b5e3319363))





## [4.7.1](https://github.com/honeybadger-io/honeybadger-js/compare/v4.7.0...v4.7.1) (2022-11-14)

**Note:** Version bump only for package @honeybadger-io/webpack
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeybadger-io/webpack",
"version": "4.7.1",
"version": "4.7.3",
"description": "Webpack plugin to upload source maps to Honeybadger's API - http://docs.honeybadger.io/guides/source-maps.html",
"main": "./dist/HoneybadgerSourceMapPlugin.js",
"scripts": {
Expand Down

0 comments on commit 2a4dd4e

Please sign in to comment.