Skip to content

Commit b26cc85

Browse files
committed
chore: update readme. bump version number
1 parent b291640 commit b26cc85

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.4.1] - 2021-09-26
11+
### Changed
12+
- Revert back sf dependency to latest version.
13+
1014
## [v2.4.0] - 2021-09-25
1115
### Added
1216
- [#27](https://github.com/ivanmarban/winston-telegram/pull/27) Pass full data argument to `formatMessage` method.
@@ -136,7 +140,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
136140
## [v0.1.0] - 2015-11-12
137141
- First version.
138142

139-
[unreleased]: https://github.com/ivanmarban/winston-telegram/compare/v2.4.0...develop
143+
[unreleased]: https://github.com/ivanmarban/winston-telegram/compare/v2.4.1...develop
144+
[v2.4.1]: https://github.com/ivanmarban/winston-telegram/compare/v2.4.0...v2.4.1
140145
[v2.4.0]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.5...v2.4.0
141146
[v2.3.5]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.4...v2.3.5
142147
[v2.3.4]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.3...v2.3.4

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.4.0",
4+
"version": "2.4.1",
55
"author": "Ivan Marban",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)