Skip to content

Commit d2559db

Browse files
authored
Merge pull request #203 from StackStorm/update-st2client.js-1.2.2
Update st2client.js to 1.2.2
2 parents 707b186 + 487ae12 commit d2559db

File tree

3 files changed

+41
-10
lines changed

3 files changed

+41
-10
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
in development
55
--------------
66

7+
0.10.3
8+
------
9+
10+
* Update st2client.js to 1.2.2 [PR #203] (change)
11+
712
0.10.2
813
------
914

package-lock.json

Lines changed: 34 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hubot-stackstorm",
33
"description": "A hubot plugin for integrating with StackStorm event-driven infrastructure automation platform.",
4-
"version": "0.10.2",
4+
"version": "0.10.3",
55
"author": "StackStorm, Inc. <[email protected]>",
66
"license": "Apache-2.0",
77
"keywords": [
@@ -26,7 +26,7 @@
2626
"coffee-script": "1.12.7",
2727
"lodash": "^4.17.11",
2828
"rsvp": "^4.8.4",
29-
"st2client": "^1.1.3",
29+
"st2client": "^1.2.2",
3030
"truncate": "^2.0.1",
3131
"uuid": "^3.0.0"
3232
},

0 commit comments

Comments
 (0)