Skip to content

Commit

Permalink
New version: 1.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Sep 24, 2024
1 parent 354d946 commit 43af467
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ BSD-3-Clause

## Release History

- 1.0.3 *Added TSDoc comments, improved docs, fixed typos, added the missing copying of properties.*
- 1.0.2 *Technical release: fixed references in the package file.*
- 1.0.1 *Technical release: more tests, better documentation.*
- 1.0.0 *The initial release.*
* 1.0.4 *Fixed `raw()` for spawn commands.*
* 1.0.3 *Added TSDoc comments, improved docs, fixed typos, added the missing copying of properties.*
* 1.0.2 *Technical release: fixed references in the package file.*
* 1.0.1 *Technical release: more tests, better documentation.*
* 1.0.0 *The initial release.*
18 changes: 11 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dollar-shell",
"description": "Run shell commands and use them in streams with ease in Node, Deno, Bun. Tiny, simple, no dependency package.",
"version": "1.0.3",
"version": "1.0.4",
"type": "module",
"main": "./src/index.js",
"types": "./src/index.d.ts",
Expand All @@ -14,6 +14,9 @@
},
"scripts": {
"test": "tape6 --flags FO",
"test:bun": "tape6-bun --flags FO",
"test:deno": "deno run -A `tape6-runner deno` --flags FO",
"test:deno-original": "tape6-deno --flags FO",
"ts-check": "tsc --noEmit"
},
"files": [
Expand Down Expand Up @@ -43,8 +46,8 @@
},
"license": "BSD-3-Clause",
"devDependencies": {
"tape-six": "^0.9.6",
"typescript": "^5.5.4"
"tape-six": "^0.12.0",
"typescript": "^5.6.2"
},
"tape6": {
"tests": [
Expand Down

0 comments on commit 43af467

Please sign in to comment.