Skip to content

Commit 48c4f36

Browse files
author
Chris Moultrie
committed
Updating version info
1 parent be5514b commit 48c4f36

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
@@ -95,6 +95,8 @@ JiraApi options:
9595

9696

9797

98+
* _0.8.2 Fix URL Format Issues (thanks to
99+
[eduardolundgren](https://github.com/eduardolundgren))_
98100
* _0.8.1 Expanding the transitions options (thanks to
99101
[eduardolundgren](https://github.com/eduardolundgren))_
100102
* _0.8.0 Ability to search users (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.2 Fix URL Format Issues (thanks to
98+
// [eduardolundgren](https://github.com/eduardolundgren))_
9799
// * _0.8.1 Expanding the transitions options (thanks to
98100
// [eduardolundgren](https://github.com/eduardolundgren))_
99101
// * _0.8.0 Ability to search users (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.1",
3+
"version": "0.8.2",
44
"description": "Wrapper for the JIRA API",
55
"author": "Steven Surowiec <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)