diff --git a/CHANGELOG.md b/CHANGELOG.md index caa98ef..7476fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.1](https://git.mifi.dev/mifi/logger/compare/v1.0.0...v1.0.1) (2026-08-07) + + +### Bug Fixes + +* **sentry:** widen SentryLike so official SDKs assign without adapters ([9f6f6e4](https://git.mifi.dev/mifi/logger/commit/9f6f6e4df52449a84111656a939fda5f59816ea5)) +* **sentry:** widen SentryLike so official SDKs assign without adapters ([3c468db](https://git.mifi.dev/mifi/logger/commit/3c468dbf44caf119b4ff769cbc158a4c3d9f6c54)) + # [1.0.0](https://git.mifi.dev/mifi/logger/compare/v0.10.0...v1.0.0) (2026-08-07) ### Features diff --git a/package.json b/package.json index 7155004..ec92a3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mifi/logger", - "version": "1.0.0", + "version": "1.0.1", "description": "Intentional, namespaced logging for browser and Node.js TypeScript applications.", "repository": { "type": "git",