diff --git a/CHANGELOG.md b/CHANGELOG.md index 82d252a..3cc1155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.1.0](https://git.mifi.dev/mifi/logger/compare/v1.0.1...v1.1.0) (2026-08-21) + + +### Features + +* now supports `async` functions for logging data ([c2bcc6c](https://git.mifi.dev/mifi/logger/commit/c2bcc6c82c675640b85e97f1d78dd7c6e627d8f0)) +* now supports `async` functions for logging data ([16550ec](https://git.mifi.dev/mifi/logger/commit/16550ec8bb7810ccc36c36cbaab5542e4ad66dae)) + ## [1.0.1](https://git.mifi.dev/mifi/logger/compare/v1.0.0...v1.0.1) (2026-08-07) ### Bug Fixes diff --git a/package.json b/package.json index 9dfea22..0976d76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mifi/logger", - "version": "1.0.1", + "version": "1.1.0", "description": "Intentional, namespaced logging for browser and Node.js TypeScript applications.", "repository": { "type": "git",