diff --git a/CHANGELOG.md b/CHANGELOG.md index 2420564..8e50783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.0](https://github.com/ubiquity/ubiquibot-logger/compare/v1.0.0...v1.1.0) (2024-07-02) + + +### Features + +* export pretty-logs ([bb9e691](https://github.com/ubiquity/ubiquibot-logger/commit/bb9e691f85b7b52cd339d82e4f98fe409a801a7b)) +* logging NPM module initial port from ubiquibot refactor/general ([1ffe3d0](https://github.com/ubiquity/ubiquibot-logger/commit/1ffe3d00060e77b9eee3a0258d8baba2e5991e77)) + + +### Bug Fixes + +* updated target branch for release-please.yml ([dcbdcea](https://github.com/ubiquity/ubiquibot-logger/commit/dcbdcea5a4e71de7072023c2caef432c7b984115)) + ## 1.0.0 (2024-07-02) diff --git a/package.json b/package.json index 0c34138..ba70171 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquity-dao/ubiquibot-logger", - "version": "1.0.0", + "version": "1.1.0", "description": "Ubiquity logging module with Supabase support.", "author": "Ubiquity DAO", "license": "MIT",