From 7df14bcfe970dd76a142e88620c02bd34b084d63 Mon Sep 17 00:00:00 2001 From: Igor Kamyshev Date: Mon, 20 May 2019 07:56:28 +0300 Subject: [PATCH] chore(release): 0.4.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 590eb7a..432dbc6 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.4.0](https://github.com/igorkamyshev/nest-telegram/compare/v0.3.2...v0.4.0) (2019-05-20) + + +### Features + +* add on message decorator handler ([c47c055](https://github.com/igorkamyshev/nest-telegram/commit/c47c055)) + + + # 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 8cadda8..611b435 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nest-telegram", - "version": "0.3.2", + "version": "0.4.0", "main": "dist/index.js", "repository": "git@github.com:igorkamyshev/nest-telegram.git", "author": "Igor Kamyshev ",