We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f3b02 commit 3b1891bCopy full SHA for 3b1891b
README.md
@@ -111,6 +111,10 @@ Can't find what you need in the readme? Check out our documentation here: https:
111
112
## Changelog
113
114
+### 1.6.1
115
+
116
+- FIX: Added the ability to use the library without authorization [#75](https://github.com/MrRefactoring/jira.js/pull/75)
117
118
### 1.6.0
119
120
- FEATURE: New API `IssueTypeScreenSchemes` added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jira.js",
3
- "version": "1.6.0",
+ "version": "1.6.1",
4
"main": "out/index.js",
5
"types": "out/index.d.ts",
6
"repository": "https://github.com/MrRefactoring/jira.js.git",
0 commit comments