From ac461870509b1e2b588dd499fb43b4eb81a78496 Mon Sep 17 00:00:00 2001 From: Igor Kamyshev Date: Thu, 28 Feb 2019 10:38:18 +0200 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be461a0..f01536c 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.1.1](https://github.com/igorkamyshev/nest-telegram/compare/v0.1.0...v0.1.1) (2019-02-28) + + +### Bug Fixes + +* fix typo in import ([45c0e89](https://github.com/igorkamyshev/nest-telegram/commit/45c0e89)) + + + # 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 97c7d7b..5eb54a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nest-telegram", - "version": "0.1.0", + "version": "0.1.1", "main": "dist/index.js", "repository": "git@github.com:igorkamyshev/nest-telegram.git", "author": "Igor Kamyshev ",