chore(release): 0.3.1

This commit is contained in:
Igor Kamyshev 2019-05-11 21:00:08 +03:00
parent a5a9c07f8b
commit 8e7bdd33f7
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.3.1](https://github.com/igorkamyshev/nest-telegram/compare/v0.3.0...v0.3.1) (2019-05-11)
### Bug Fixes
* **client:** add miss export ([a5a9c07](https://github.com/igorkamyshev/nest-telegram/commit/a5a9c07))
# 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.

View File

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