Skip to content

Commit 4f7893a

Browse files
author
Chris Moultrie
committed
Preparing for release
1 parent 94b8dd7 commit 4f7893a

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ JiraApi options:
5656
* Projects
5757
* Pulling a project
5858
* List all projects viewable to the user
59+
* List Components
60+
* List Fields
61+
* List Priorities
5962
* Versions
6063
* Pulling versions
6164
* Adding a new version
@@ -89,6 +92,8 @@ JiraApi options:
8992
## Changelog ##
9093

9194

95+
* _0.7.0 Adds list priorities, list fields, and project components (thanks to
96+
[eduardolundgren](https://github.com/eduardolundgren))_
9297
* _0.6.0 Comment API implemented (thanks to [StevenMcD](https://github.com/StevenMcD))_
9398
* _0.5.0 Last param is now for strict SSL checking, defaults to true_
9499
* _0.4.1 Now handing errors in the request callback (thanks [mrbrookman](https://github.com/mrbrookman))_

lib/jira.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
// * Projects
5757
// * Pulling a project
5858
// * List all projects viewable to the user
59+
// * List Components
60+
// * List Fields
61+
// * List Priorities
5962
// * Versions
6063
// * Pulling versions
6164
// * Adding a new version
@@ -89,6 +92,8 @@
8992
// ## Changelog ##
9093
//
9194
//
95+
// * _0.7.0 Adds list priorities, list fields, and project components (thanks to
96+
// [eduardolundgren](https://github.com/eduardolundgren))_
9297
// * _0.6.0 Comment API implemented (thanks to [StevenMcD](https://github.com/StevenMcD))_
9398
// * _0.5.0 Last param is now for strict SSL checking, defaults to true_
9499
// * _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.6.0",
3+
"version": "0.7.0",
44
"description": "Wrapper for the JIRA API",
55
"author": "Steven Surowiec <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)