Skip to content

Commit 7011868

Browse files
author
Chris Moultrie
committed
Preparing for release
1 parent de109aa commit 7011868

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ JiraApi options:
9292
## Changelog ##
9393

9494

95+
* _0.7.1 Check if body variable is undef (thanks to
96+
[AlexCline](https://github.com/AlexCline))_
9597
* _0.7.0 Adds list priorities, list fields, and project components (thanks to
9698
[eduardolundgren](https://github.com/eduardolundgren))_
9799
* _0.6.0 Comment API implemented (thanks to [StevenMcD](https://github.com/StevenMcD))_

lib/jira.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,10 @@
9292
// ## Changelog ##
9393
//
9494
//
95+
// * _0.7.1 Check if body variable is undef (thanks to
96+
// [AlexCline](https://github.com/AlexCline))_
9597
// * _0.7.0 Adds list priorities, list fields, and project components (thanks to
96-
// [eduardolundgren](https://github.com/eduardolundgren))_
98+
// [eduardolundgren](https://github.com/eduardolundgren))_
9799
// * _0.6.0 Comment API implemented (thanks to [StevenMcD](https://github.com/StevenMcD))_
98100
// * _0.5.0 Last param is now for strict SSL checking, defaults to true_
99101
// * _0.4.1 Now handing errors in the request callback (thanks [mrbrookman](https://github.com/mrbrookman))_

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.7.0",
3+
"version": "0.7.1",
44
"description": "Wrapper for the JIRA API",
55
"author": "Steven Surowiec <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)