Skip to content

Commit

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

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="3.1.0"></a>
# [3.1.0](https://github.com/EdJoPaTo/telegraf-inline-menu/compare/v3.0.0...v3.1.0) (2018-09-21)


### Bug Fixes

* **select:** throw Error that hide && submenu can not work ([0c4ae33](https://github.com/EdJoPaTo/telegraf-inline-menu/commit/0c4ae33))
* throw Error that dynamic menus only can handle buttons ([39b335b](https://github.com/EdJoPaTo/telegraf-inline-menu/commit/39b335b))


### Features

* setParentMenuAfter allows to set the parent menu after doFunc ([f2874ba](https://github.com/EdJoPaTo/telegraf-inline-menu/commit/f2874ba))



<a name="3.0.0"></a>
# [3.0.0](https://github.com/EdJoPaTo/telegraf-inline-menu/compare/v2.0.2...v3.0.0) (2018-09-20)

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": "3.0.0",
"version": "3.1.0",
"description": "Inline Menus for Telegraf made simple.",
"main": "inline-menu.js",
"engines": {
Expand Down

0 comments on commit 81dec22

Please sign in to comment.