8000 Release 2.11.0 by technicalpickles · Pull Request #840 · hubotio/hubot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Release 2.11.0 #840

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 22, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
v2.11.0
=======

* Update scripting.md script package sample
* Include Message class in exported module (ie require 'hubot')
* Support custom options when calling `robot.http` that are passed onto the scoped-http-client
* Update scoped-http-client dependency to 0.10.0
* Fix error when loading a script that doesn't export a function; log a warning instead

v2.10.0
======
=======

* Add support to shell adapter for customizing the user with HUBOT_SHELL_USER_ID and HUBOT_SHELL_USER_NAME
* Add history support to shell adapter, so it remembers commands previously used
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubot",
"version": "2.10.0",
"version": "2.11.0",

"author": "hubot",
"keywords": [
Expand Down
0