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 88388cd commit 24fb48dCopy full SHA for 24fb48d
README.md
@@ -17,7 +17,7 @@ Install from here: https://chrome.google.com/webstore/detail/github-jira-integra
17
18
### Changelog
19
20
-#### 1.4.0
+#### 1.4.0 (in progress)
21
- [ ] Refactor code to es6
22
- Use `const` over `let` when preferred
23
- Use arrow functions for lambdas that do not require `this`
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"manifest_version": 2,
3
"name": "GitHub Jira Integration",
4
- "version": "1.2.3",
+ "version": "1.3.0",
5
6
"description": "This extension shows contents of linked tasks from Jira in Github",
7
0 commit comments