Skip to content

Commit c832382

Browse files
0.7.6
1 parent c3b569f commit c832382

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.changeset/pipes-documentation.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# start-command
22

3+
## 0.7.6
4+
5+
### Patch Changes
6+
7+
- a5fca3f: Add documentation for piping with `$` command
8+
- Created `docs/PIPES.md` with detailed guide on pipe usage
9+
- Preferred approach: `echo "hi" | $ agent` (pipe TO the $-wrapped command)
10+
- Alternative approach: `$ 'echo "hi" | agent'` (quoting)
11+
- Updated `docs/USAGE.md` with brief pipe reference
12+
- Updated `README.md` with piping examples
13+
- Updated case study for issue #28 with new recommended approach
14+
315
## 0.7.5
416

517
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "start-command",
3-
"version": "0.7.5",
3+
"version": "0.7.6",
44
"description": "Gamification of coding, execute any command with ability to auto-report issues on GitHub",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)