Skip to content

Commit 8c4c8bd

Browse files
committedApr 2, 2021
Merge branch 'release/v2.3.4'
2 parents 6bcca7c + 1cac347 commit 8c4c8bd

File tree

3 files changed

+61
-78
lines changed

3 files changed

+61
-78
lines changed
 

‎CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

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+
1014
## [v2.3.3] - 2021-01-24
1115
### Fixed
1216
- [#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.
124128
## [v0.1.0] - 2015-11-12
125129
- First version.
126130

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
128133
[v2.3.3]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.2...v2.3.3
129134
[v2.3.2]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.1...v2.3.2
130135
[v2.3.1]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.0...v2.3.1

‎package-lock.json

+52-74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "winston-telegram",
33
"description": "A Telegram transport for winston",
4-
"version": "2.3.3",
4+
"version": "2.3.4",
55
"author": "Ivan Marban",
66
"repository": {
77
"type": "git",
@@ -37,7 +37,7 @@
3737
"eslint": "^7.13.0",
3838
"eslint-config-standard": "^16.0.1",
3939
"eslint-plugin-import": "^2.22.1",
40-
"eslint-plugin-jsdoc": "^31.2.2",
40+
"eslint-plugin-jsdoc": "^32.3.0",
4141
"eslint-plugin-mocha": "^8.0.0",
4242
"eslint-plugin-node": "^11.1.0",
4343
"eslint-plugin-promise": "^4.2.1",
@@ -46,7 +46,7 @@
4646
"nock": "^13.0.4",
4747
"nyc": "^15.1.0",
4848
"prettier-standard": "^16.4.1",
49-
"sinon": "^9.2.1",
49+
"sinon": "^10.0.0",
5050
"winston": "^3.0.0"
5151
},
5252
"scripts": {

0 commit comments

Comments
 (0)