From b5c5a6b44a0bc0d6579cd5b3c3b2269c27a79350 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 Aug 2022 11:29:41 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2022-08-19) ### Features * Add basic console.log implementation ([aad94c5](https://github.com/alchemisten/schablone-logging/commit/aad94c507014e41cc8714a9fd2ba9ad7634b2908)), closes [#1](https://github.com/alchemisten/schablone-logging/issues/1) * Add chalk to color console output when running in node ([3e0e803](https://github.com/alchemisten/schablone-logging/commit/3e0e8031e26250b165652f91105c1dd90e354f9b)), closes [#1](https://github.com/alchemisten/schablone-logging/issues/1) * Add sentry transport ([cf9f7b1](https://github.com/alchemisten/schablone-logging/commit/cf9f7b15f57625f68342ad90384cd4f32ac53679)), closes [#3](https://github.com/alchemisten/schablone-logging/issues/3) * Adjust interfaces to match new consensus ([b1281ba](https://github.com/alchemisten/schablone-logging/commit/b1281bad376e09bf5c173aa8e240409292f23ace)), closes [#1](https://github.com/alchemisten/schablone-logging/issues/1) * Change callback parameters to single object ([45f1ff6](https://github.com/alchemisten/schablone-logging/commit/45f1ff6a54d433ae7220be97f9e6bff1d4785b49)) * Change console logging to be a transport ([c1efd2c](https://github.com/alchemisten/schablone-logging/commit/c1efd2ce14afeff706a2681c9a14f09bb414994f)), closes [#2](https://github.com/alchemisten/schablone-logging/issues/2) * Change project scope to schablone ([485b3bb](https://github.com/alchemisten/schablone-logging/commit/485b3bbdfaddaa1c790873b2ab88b5aa4322a85f)) * Implement derived child logger with adjusted options ([981c956](https://github.com/alchemisten/schablone-logging/commit/981c95643d0fff125e2727fbeec22dc403653495)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 001c767..d0194da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "schablone-logging", - "version": "0.1.0", + "version": "1.0.0", "author": "Alchemisten AG", "license": "MIT", "scripts": {