jira-daily-report 0.1.108 → 0.1.109

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,18 +31,17 @@ export WHO_AM_I="Developer" # or "QC"
31
31
  source ~/.zshrc # or ~/.bashrc
32
32
  ```
33
33
 
34
- ### 3. Generate Your Report
35
- ## CLI Commands
34
+ ### CLI Commands
36
35
 
37
36
  ##### `jira-report generate`
38
37
 
39
38
 
40
- ## Requirements
39
+ ### Requirements
41
40
 
42
41
  - Node.js >= 16.0.0
43
42
  - Jira Server access with API token
44
43
 
45
- ## Support
44
+ ### Support
46
45
 
47
46
  For help with setup, troubleshooting, or feature requests, please visit our [GitHub Issues](https://github.com/voxuanthuan/daily-report/issues) page.
48
47
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "jira-daily-report",
3
3
  "displayName": "jira-daily-report",
4
4
  "description": "Generate Jira daily standup reports - VS Code extension and CLI tool",
5
- "version": "0.1.108",
5
+ "version": "0.1.109",
6
6
  "publisher": "thuanvo",
7
7
  "author": {
8
8
  "name": "Thuan Vo",