diff --git a/CHANGELOG.md b/CHANGELOG.md index e573cf9..fdcc59a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.10.0](https://git.mifi.dev/mifi/logger/compare/v0.9.3...v0.10.0) (2026-08-05) + + +### Features + +* **logger:** add explicit Sentry event channel ([44f4716](https://git.mifi.dev/mifi/logger/commit/44f471653e8d4045e87886da1e1bbe04edbd60af)) + ## [0.9.3](https://git.mifi.dev/mifi/logger/compare/v0.9.2...v0.9.3) (2026-08-05) ### Bug Fixes diff --git a/package.json b/package.json index 982d214..85840f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mifi/logger", - "version": "0.9.3", + "version": "0.10.0", "description": "Intentional, namespaced logging for browser and Node.js TypeScript applications.", "repository": { "type": "git",