Skip to content

Commit

Permalink
Merge branch 'release/v2.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmarban committed Jan 24, 2021
2 parents 2bcebc8 + e145919 commit 8a97a36
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 41 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.3] - 2021-01-24
### Fixed
- [#24](https://github.com/ivanmarban/winston-telegram/pull/24) Change parseMode prop as optional.

## [v2.3.2] - 2020-11-08
### Fixed
- Tests fixed.
Expand Down Expand Up @@ -120,7 +124,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.2...develop
[unreleased]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.3...develop
[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
[v2.3.0]: https://github.com/ivanmarban/winston-telegram/compare/v2.2.2...v2.3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/winston-telegram.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ declare namespace WinstonTelegram {
/** The Telegram chatid you want to send to. */
chatId: number
/** The Telegram mode for parsing entities in the message text. */
parseMode: string
parseMode?: string
/** Level of messages that this transport should log. (default "info") */
level?: string
/** Whether to log only the declared level and none above. (default false) */
Expand Down
142 changes: 106 additions & 36 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions 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.2",
"version": "2.3.3",
"author": "Ivan Marban",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,11 +37,11 @@
"eslint": "^7.13.0",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.7.7",
"eslint-plugin-jsdoc": "^31.2.2",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2",
"eslint-plugin-standard": "^5.0.0",
"mocha": "^8.2.1",
"nock": "^13.0.4",
"nyc": "^15.1.0",
Expand Down

0 comments on commit 8a97a36

Please sign in to comment.