File tree 3 files changed +61
-78
lines changed
3 files changed +61
-78
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v2.3.4] - 2021-04-02
11
+ ### Fixed
12
+ - [ #25 ] ( https://github.com/ivanmarban/winston-telegram/issues/25 ) Winston Transport can only be default-imported using the 'esModuleInterop' flag.
13
+
10
14
## [ v2.3.3] - 2021-01-24
11
15
### Fixed
12
16
- [ #24 ] ( https://github.com/ivanmarban/winston-telegram/pull/24 ) Change parseMode prop as optional.
@@ -124,7 +128,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
124
128
## [ v0.1.0] - 2015-11-12
125
129
- First version.
126
130
127
- [ unreleased ] : https://github.com/ivanmarban/winston-telegram/compare/v2.3.3...develop
131
+ [ unreleased ] : https://github.com/ivanmarban/winston-telegram/compare/v2.3.4...develop
132
+ [ v2.3.4 ] : https://github.com/ivanmarban/winston-telegram/compare/v2.3.3...v2.3.4
128
133
[ v2.3.3 ] : https://github.com/ivanmarban/winston-telegram/compare/v2.3.2...v2.3.3
129
134
[ v2.3.2 ] : https://github.com/ivanmarban/winston-telegram/compare/v2.3.1...v2.3.2
130
135
[ v2.3.1 ] : https://github.com/ivanmarban/winston-telegram/compare/v2.3.0...v2.3.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " winston-telegram" ,
3
3
"description" : " A Telegram transport for winston" ,
4
- "version" : " 2.3.3 " ,
4
+ "version" : " 2.3.4 " ,
5
5
"author" : " Ivan Marban" ,
6
6
"repository" : {
7
7
"type" : " git" ,
37
37
"eslint" : " ^7.13.0" ,
38
38
"eslint-config-standard" : " ^16.0.1" ,
39
39
"eslint-plugin-import" : " ^2.22.1" ,
40
- "eslint-plugin-jsdoc" : " ^31.2.2 " ,
40
+ "eslint-plugin-jsdoc" : " ^32.3.0 " ,
41
41
"eslint-plugin-mocha" : " ^8.0.0" ,
42
42
"eslint-plugin-node" : " ^11.1.0" ,
43
43
"eslint-plugin-promise" : " ^4.2.1" ,
46
46
"nock" : " ^13.0.4" ,
47
47
"nyc" : " ^15.1.0" ,
48
48
"prettier-standard" : " ^16.4.1" ,
49
- "sinon" : " ^9.2.1 " ,
49
+ "sinon" : " ^10.0.0 " ,
50
50
"winston" : " ^3.0.0"
51
51
},
52
52
"scripts" : {
You can’t perform that action at this time.
0 commit comments