Skip to content

Commit 1cac347

Browse files
committed
Update changelog. Bump version number
1 parent 77b836d commit 1cac347

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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

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

package.json

+1-1
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",

0 commit comments

Comments
 (0)