Skip to content

Commit 869a37d

Browse files
committed
chore(release): 0.7.3
1 parent 018c8d4 commit 869a37d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.7.3](https://github.com/birchill/bugsnag-zero/compare/v0.7.2...v0.7.3) (2025-09-18)
6+
7+
### Features
8+
9+
- use Error.isError when available ([018c8d4](https://github.com/birchill/bugsnag-zero/commit/018c8d48855ed289e82fdcd30ce6d2c46dbba02f))
10+
11+
### Bug Fixes
12+
13+
- allow empty message on error objects ([1af3d1a](https://github.com/birchill/bugsnag-zero/commit/1af3d1a26c67daa9897d58c5c3a8ea8d1950da5a))
14+
515
### [0.7.2](https://github.com/birchill/bugsnag-zero/compare/v0.7.1...v0.7.2) (2025-04-24)
616

717
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@birchill/bugsnag-zero",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "A lightweight Bugsnag client",
55
"repository": "https://github.com/birchill/bugsnag-zero.git",
66
"author": "Birchill, Inc.",

0 commit comments

Comments
 (0)