winston-telegram
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -10,2 +10,6 @@ # Changelog | ||
## [v2.3.2] - 2020-11-08 | ||
### Fixed | ||
- Tests fixed. | ||
## [v2.3.1] - 2020-11-07 | ||
@@ -120,3 +124,4 @@ ### Fixed | ||
[unreleased]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.1...develop | ||
[unreleased]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.2...develop | ||
[v2.3.2]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.1...v2.3.2 | ||
[v2.3.1]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.0...v2.3.1 | ||
@@ -123,0 +128,0 @@ [v2.3.0]: https://github.com/ivanmarban/winston-telegram/compare/v2.2.2...v2.3.0 |
{ | ||
"name": "winston-telegram", | ||
"description": "A Telegram transport for winston", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"author": "Ivan Marban", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -98,3 +98,3 @@ const should = require('chai').should() | ||
beforeEach(function () { | ||
winston.remove() | ||
winston.clear() | ||
clock = sinon.useFakeTimers() | ||
@@ -101,0 +101,0 @@ spy = sinon.spy(Transport.prototype, 'request') |
Sorry, the diff of this file is not supported yet
34538