chore(release): 0.1.0

This commit is contained in:
Igor Kamyshev 2019-02-28 10:30:57 +02:00
parent d779d71752
commit 00cba6ff7b
2 changed files with 11 additions and 1 deletions

10
CHANGELOG.md Normal file
View File

@ -0,0 +1,10 @@
# 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.0 (2019-02-28)
### Features
* add initial code ([4324f0f](https://github.com/igorkamyshev/nest-telegram/commit/4324f0f))

View File

@ -1,6 +1,6 @@
{ {
"name": "nest-telegram", "name": "nest-telegram",
"version": "0.0.0", "version": "0.1.0",
"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>",