Revert "chore: include release number in release commit" (d9d9c68)
Make OutputChannel optional. (#55) (b7fa564), closes #55#55
BREAKING CHANGES
wrapper:getConfigurations and onDidChangeConfiguration properties
were removed from the configureLogger public API
OutputChannel will not be created inside the logger as today. Alternatively, it
will be added as an optional parameter. The VS Code Extension will be able to create the
OutputChannel and send it to the logger as a parameter.