chore(release): 0.2.2

This commit is contained in:
Igor Kamyshev 2019-03-03 18:37:37 +02:00
parent bbc1d1d9ed
commit 7af87b289b
2 changed files with 14 additions and 1 deletions

View File

@ -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.2.2](https://github.com/igorkamyshev/nest-telegram/compare/v0.2.1...v0.2.2) (2019-03-03)
### Bug Fixes
* initiate bot in costructor ([bbc1d1d](https://github.com/igorkamyshev/nest-telegram/commit/bbc1d1d))
# Change Log # 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. 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.

View File

@ -1,6 +1,6 @@
{ {
"name": "nest-telegram", "name": "nest-telegram",
"version": "0.2.1", "version": "0.2.2",
"main": "dist/index.js", "main": "dist/index.js",
"repository": "git@github.com:igorkamyshev/nest-telegram.git", "repository": "git@github.com:igorkamyshev/nest-telegram.git",
"author": "Igor Kamyshev <igor@kamyshev.me>", "author": "Igor Kamyshev <igor@kamyshev.me>",