Skip to content
This repository was archived by the owner on Aug 25, 2023. It is now read-only.

Commit 501ab80

Browse files
committed
Bump to 0.0.4
1 parent 01eac59 commit 501ab80

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/changelog.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,12 @@ Nodeogram 0.0.3
2929
* It is possible to specify which data should be saved
3030
* You can broadcast to saved chats and users
3131

32-
* Commands can now be hidden from the default /help command
32+
* Commands can now be hidden from the default /help command
33+
34+
===============
35+
Nodeogram 0.0.3
36+
===============
37+
38+
* Forms: ask questions to your users the easy way
39+
* Commands are now invoked only if ``/`` is the first character of the message
40+
* The ``message`` event is no longer fired if the message triggers a command

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodeogram",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "A simple yet complete Node.JS module for Telegram bots",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)