Skip to content

Commit e98573b

Browse files
author
Chris Moultrie
committed
Preparing for release
1 parent 71846fe commit e98573b

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ JiraApi options:
7777
* Set Max Results
7878
* Set Start-At parameter for results
7979
* Add a worklog
80+
* Add a comment
8081
* Transitions
8182
* List
8283

@@ -88,6 +89,7 @@ JiraApi options:
8889
## Changelog ##
8990

9091

92+
* _0.6.0 Comment API implemented (thanks to [StevenMcD](https://github.com/StevenMcD))_
9193
* _0.5.0 Last param is now for strict SSL checking, defaults to true_
9294
* _0.4.1 Now handing errors in the request callback (thanks [mrbrookman](https://github.com/mrbrookman))_
9395
* _0.4.0 Now auto-redirecting between http and https (for both GET and POST)_

lib/jira.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
// * Set Max Results
7878
// * Set Start-At parameter for results
7979
// * Add a worklog
80+
// * Add a comment
8081
// * Transitions
8182
// * List
8283
//
@@ -88,6 +89,7 @@
8889
// ## Changelog ##
8990
//
9091
//
92+
// * _0.6.0 Comment API implemented (thanks to [StevenMcD](https://github.com/StevenMcD))_
9193
// * _0.5.0 Last param is now for strict SSL checking, defaults to true_
9294
// * _0.4.1 Now handing errors in the request callback (thanks [mrbrookman](https://github.com/mrbrookman))_
9395
// * _0.4.0 Now auto-redirecting between http and https (for both GET and POST)_

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

0 commit comments

Comments
 (0)