Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-08-19)

### Features

* Add basic console.log implementation ([aad94c5](aad94c5)), closes [#1](#1)
* Add chalk to color console output when running in node ([3e0e803](3e0e803)), closes [#1](#1)
* Add sentry transport ([cf9f7b1](cf9f7b1)), closes [#3](#3)
* Adjust interfaces to match new consensus ([b1281ba](b1281ba)), closes [#1](#1)
* Change callback parameters to single object ([45f1ff6](45f1ff6))
* Change console logging to be a transport ([c1efd2c](c1efd2c)), closes [#2](#2)
* Change project scope to schablone ([485b3bb](485b3bb))
* Implement derived child logger with adjusted options ([981c956](981c956))
  • Loading branch information
semantic-release-bot committed Aug 19, 2022
1 parent 894a7a7 commit b5c5a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schablone-logging",
"version": "0.1.0",
"version": "1.0.0",
"author": "Alchemisten AG",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit b5c5a6b

Please sign in to comment.