From 855a1fa625cd21791386d9ceca86d6a218e9e505 Mon Sep 17 00:00:00 2001 From: Igor Kamyshev Date: Sat, 11 May 2019 21:10:26 +0300 Subject: [PATCH] chore(release): 0.3.2 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5da026b..590eb7a 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.3.2](https://github.com/igorkamyshev/nest-telegram/compare/v0.3.1...v0.3.2) (2019-05-11) + + +### Bug Fixes + +* **client:** fix import and export ([303caea](https://github.com/igorkamyshev/nest-telegram/commit/303caea)) + + + # 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 2a1808f..8cadda8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nest-telegram", - "version": "0.3.1", + "version": "0.3.2", "main": "dist/index.js", "repository": "git@github.com:igorkamyshev/nest-telegram.git", "author": "Igor Kamyshev ",