Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Sep 16, 2018
1 parent a3dd6b2 commit dd6afcf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/EdJoPaTo/telegraf-inline-menu/compare/v1.7.0...v2.0.0) (2018-09-16)


### Features

* **select:** limit maximal rows of buttons ([4089727](https://github.com/EdJoPaTo/telegraf-inline-menu/commit/4089727))
* rework the logic to be loaded not until .init() is used ([a3dd6b2](https://github.com/EdJoPaTo/telegraf-inline-menu/commit/a3dd6b2))


### BREAKING CHANGES

* multiple method arguments are swapped, changed and
improved. Check README



<a name="1.7.0"></a>
# [1.7.0](https://github.com/EdJoPaTo/telegraf-inline-menu/compare/v1.6.0...v1.7.0) (2018-09-13)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telegraf-inline-menu",
"version": "1.7.0",
"version": "2.0.0",
"description": "Inline Menus for Telegraf made simple.",
"main": "inline-menu.js",
"engines": {
Expand Down

0 comments on commit dd6afcf

Please sign in to comment.