diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c2fd8..dd99bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v2.2.0] - 2019-08-06 +- [#13](https://github.com/ivanmarban/winston-telegram/pull/13) Add typescript typings. ([@Multivit4min](https://github.com/Multivit4min)) +- Update dependencies. + ## [v2.1.0] - 2019-06-22 - Replace [Request](https://github.com/request/request) by standard https Node.js lib. - Fix examples. @@ -62,7 +66,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.1.0...develop +[unreleased]: https://github.com/ivanmarban/winston-telegram/compare/v2.2.0...develop +[v2.2.0]: https://github.com/ivanmarban/winston-telegram/compare/v2.1.0...v2.2.0 [v2.1.0]: https://github.com/ivanmarban/winston-telegram/compare/v2.0.1...v2.1.0 [v2.0.1]: https://github.com/ivanmarban/winston-telegram/compare/v2.0.0...v2.0.1 [v2.0.0]: https://github.com/ivanmarban/winston-telegram/compare/v1.3.1...v2.0.0 diff --git a/package-lock.json b/package-lock.json index 651b5eb..35e297f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "winston-telegram", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8e84ec8..eef8945 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "winston-telegram", "description": "A Telegram transport for winston", - "version": "2.1.1", + "version": "2.2.0", "author": "Ivan Marban", "repository": { "type": "git",