diff --git a/CHANGELOG.md b/CHANGELOG.md index 149b5a2..7726d44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.5.1](https://github.com/igorkamyshev/nest-telegram/compare/v0.5.0...v0.5.1) (2019-07-26) + + +### Bug Fixes + +* add removing webhook before start pooling ([b9d659e](https://github.com/igorkamyshev/nest-telegram/commit/b9d659e)) + + + # Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. diff --git a/package.json b/package.json index 2646495..a0b2ff4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nest-telegram", - "version": "0.5.0", + "version": "0.5.1", "main": "dist/index.js", "repository": "git@github.com:igorkamyshev/nest-telegram.git", "author": "Igor Kamyshev ",