From 9b5f28208a43f4cb6f658b97453743a197548e14 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sat, 10 Sep 2022 21:48:04 +0000 Subject: [PATCH] chore(release): v2.0.0 [skip ci] --- .github/release/release.json | 2 +- CHANGELOG.md | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/release/release.json b/.github/release/release.json index 1447c9c..d707bf3 100644 --- a/.github/release/release.json +++ b/.github/release/release.json @@ -1,3 +1,3 @@ { - "version": "1.11.0" + "version": "2.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad8889..912ab0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,23 @@ -# [1.11.0](https://github.com/damianopetrungaro/golog/compare/v1.10.0...v1.11.0) (2022-08-22) +# [2.0.0](https://github.com/damianopetrungaro/golog/compare/v1.10.0...v2.0.0) (2022-09-10) + + +### Bug Fixes + +* **sentry:** use log message when capturing the event ([fce917d](https://github.com/damianopetrungaro/golog/commit/fce917d848ddd6be05599995efad41eb48fe2ba8)) ### Features +* add presets ([1fbded4](https://github.com/damianopetrungaro/golog/commit/1fbded41296078874a54f31fb36123b7a36f5c80)) * **encoder:** Add coloured level option to text encoder ([9ae33c2](https://github.com/damianopetrungaro/golog/commit/9ae33c2c8ebc38d9a269adb86c267c7ded63af3f)) * **encoder:** Add LevelFormatter to TextEncoder config ([f663020](https://github.com/damianopetrungaro/golog/commit/f6630206224bcd205d281185bb217be67f1eba3b)) +* **test:** add a fake logger with matcher APIs ([81f763b](https://github.com/damianopetrungaro/golog/commit/81f763b2b3bf613fd69b3b7adce26b015593562e)) + + +### BREAKING CHANGES + +* **sentry:** the sentry writer has been simplified and now needs less dependencies to fully operate +* The API for the text encoder now adds a default text encoder which adds colors