Skip to content

Commit 7f2040b

Browse files
0.16.0
1 parent 50a4a25 commit 7f2040b

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

js/.changeset/feat-output-formatting.md

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

js/CHANGELOG.md

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

3+
## 0.16.0
4+
5+
### Minor Changes
6+
7+
- 35f3505: feat: Improve command output formatting with human-readable timestamps and duration
8+
- Changed timestamp format from `[timestamp] Starting:` to `Starting at timestamp:`
9+
- Changed finish message from `[timestamp] Finished` to `Finished at timestamp in X.XXX seconds`
10+
- Added performance metric showing command execution duration
11+
- Added `formatDuration` helper function for consistent duration formatting
12+
313
## 0.15.0
414

515
### Minor Changes

js/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.

js/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.15.0",
3+
"version": "0.16.0",
44
"description": "Gamification of coding, execute any command with ability to auto-report issues on GitHub",
55
"main": "src/bin/cli.js",
66
"exports": {

0 commit comments

Comments
 (0)