Skip to content

Commit

Permalink
Update changelog. Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmarban committed Apr 2, 2021
1 parent 77b836d commit 1cac347
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v2.3.4] - 2021-04-02
### Fixed
- [#25](https://github.com/ivanmarban/winston-telegram/issues/25) Winston Transport can only be default-imported using the 'esModuleInterop' flag.

## [v2.3.3] - 2021-01-24
### Fixed
- [#24](https://github.com/ivanmarban/winston-telegram/pull/24) Change parseMode prop as optional.
Expand Down Expand Up @@ -124,7 +128,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [v0.1.0] - 2015-11-12
- First version.

[unreleased]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.3...develop
[unreleased]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.4...develop
[v2.3.4]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.3...v2.3.4
[v2.3.3]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.2...v2.3.3
[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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "winston-telegram",
"description": "A Telegram transport for winston",
"version": "2.3.3",
"version": "2.3.4",
"author": "Ivan Marban",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1cac347

Please sign in to comment.