From ca4eacc40ebc213ba0526946537debbff5676179 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:19:23 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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 eff9b3e..9238b5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ubiquibot-logger", - "version": "1.0.0", + "version": "1.1.0", "description": "Ubiquity logging module with Supabase support.", "author": "Ubiquity DAO", "license": "MIT",