Skip to content

Commit a0c47e6

Browse files
committed
Make blank lines between issues optional
This is a breaking change. [closes #64] Also bumped version to v3.0.0.
1 parent 60d6cd4 commit a0c47e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Automated GitHub Issues Reporting
1010

11-
Snitch is a terminal utility that automates the creation of interactive and informative reports from a GitHub repository's issues.
11+
Snitch is a terminal utility that automates the reporting of GitHub repository issues via interactive and informative reports in both markdown and plain text.
1212

1313
[![Snitch milestone report video](https://img.youtube.com/vi/u-7oJJUUdGs/0.jpg)](https://www.youtube.com/watch?v=u-7oJJUUdGs)
1414

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@4awpawz/snitch",
3-
"version": "2.0.0",
4-
"description": "A terminal utility for easily creating attractive interactive GitHub issue reports.",
3+
"version": "3.0.0",
4+
"description": "Snitch is a terminal utility that automates the reporting of GitHub repository issues via interactive and informative reports in both markdown and plain text.",
55
"main": "core/index.mjs",
66
"bin": {
77
"snitch": "core/bin/cli.mjs"

0 commit comments

Comments
 (0)