Skip to content

Commit f6326e5

Browse files
Publish
- @honeybadger-io/esbuild-plugin@1.3.0
1 parent 4971fb3 commit f6326e5

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

packages/esbuild-plugin/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+
# [1.3.0](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/esbuild-plugin@1.2.3...@honeybadger-io/esbuild-plugin@1.3.0) (2025-07-29)
7+
8+
9+
### Features
10+
11+
* **esbuild-plugin:** add support for custom output path ([#1446](https://github.com/honeybadger-io/honeybadger-js/issues/1446)) ([4971fb3](https://github.com/honeybadger-io/honeybadger-js/commit/4971fb386dca1fdd401c345829f5565f6a314a4e))
12+
13+
14+
15+
16+
617
## [1.2.3](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/esbuild-plugin@1.2.2...@honeybadger-io/esbuild-plugin@1.2.3) (2025-06-30)
718

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

packages/esbuild-plugin/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/esbuild-plugin/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/esbuild-plugin",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"description": "Esbuild plugin to upload source maps to Honeybadger's API - http://docs.honeybadger.io/guides/source-maps.html",
55
"main": "./dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)