jira-daily-report 0.1.106 → 0.1.108

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 +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,6 +10,7 @@ Generate daily standup reports from Jira and Tempo time tracking - available as
10
10
  ```bash
11
11
  # Global installation (recommended for CLI usage)
12
12
  pnpm install -g jira-daily-report
13
+ ```
13
14
 
14
15
 
15
16
  - **Jira API Token**: Get from https://id.atlassian.com/manage-profile/security/api-tokens
@@ -30,10 +31,10 @@ export WHO_AM_I="Developer" # or "QC"
30
31
  source ~/.zshrc # or ~/.bashrc
31
32
  ```
32
33
 
33
- #### 3. Generate Your Report
34
- ### CLI Commands
34
+ ### 3. Generate Your Report
35
+ ## CLI Commands
35
36
 
36
- #### `jira-report generate`
37
+ ##### `jira-report generate`
37
38
 
38
39
 
39
40
  ## Requirements
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.106",
5
+ "version": "0.1.108",
6
6
  "publisher": "thuanvo",
7
7
  "author": {
8
8
  "name": "Thuan Vo",