diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..be461a0 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 8cbe927..97c7d7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nest-telegram", - "version": "0.0.0", + "version": "0.1.0", "main": "dist/index.js", "repository": "git@github.com:igorkamyshev/nest-telegram.git", "author": "Igor Kamyshev ",