Skip to content

Commit e2c2fec

Browse files
author
Chris Moultrie
committed
Fixing test, preparing for release
1 parent b565b00 commit e2c2fec

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ JiraApi options:
9595

9696

9797

98+
* _0.8.1 Expanding the transitions options (thanks to
99+
[eduardolundgren](https://github.com/eduardolundgren))_
98100
* _0.8.0 Ability to search users (thanks to
99101
[eduardolundgren](https://github.com/eduardolundgren))_
100102
* _0.7.2 Allows HTTP Code 204 on issue update edit (thanks to

lib/jira.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@
9494
// ## Changelog ##
9595
//
9696
//
97+
// * _0.8.1 Expanding the transitions options (thanks to
98+
// [eduardolundgren](https://github.com/eduardolundgren))_
9799
// * _0.8.0 Ability to search users (thanks to
98100
// [eduardolundgren](https://github.com/eduardolundgren))_
99101
// * _0.7.2 Allows HTTP Code 204 on issue update edit (thanks to

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jira",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Wrapper for the JIRA API",
55
"author": "Steven Surowiec <[email protected]>",
66
"contributors": [

spec/jira.spec.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ describe "Node Jira Tests", ->
367367
it "Lists Transitions", ->
368368
options =
369369
rejectUnauthorized: true
370-
uri: makeUrl "issue/1/transitions"
370+
uri: makeUrl "issue/1/transitions?expand=transitions.fields"
371371
method: 'GET'
372372
json: true
373373

0 commit comments

Comments
 (0)