Skip to content

Commit

Permalink
Merge branch 'release/v2.3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmarban committed Apr 2, 2021
2 parents 6bcca7c + 1cac347 commit 8c4c8bd
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 78 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
126 changes: 52 additions & 74 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.3",
"version": "2.3.4",
"author": "Ivan Marban",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"eslint": "^7.13.0",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^31.2.2",
"eslint-plugin-jsdoc": "^32.3.0",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
Expand All @@ -46,7 +46,7 @@
"nock": "^13.0.4",
"nyc": "^15.1.0",
"prettier-standard": "^16.4.1",
"sinon": "^9.2.1",
"sinon": "^10.0.0",
"winston": "^3.0.0"
},
"scripts": {
Expand Down

0 comments on commit 8c4c8bd

Please sign in to comment.