Skip to content

Commit 44c6429

Browse files
committed
Bump version to 0.5.0
1 parent 5ce14cf commit 44c6429

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ bun run files-to-prompt.ts [options] [paths]
3838
Alternatively you can download the script directly:
3939
- from jsr.io:
4040
```shell
41-
curl https://jsr.io/@fry69/files-to-prompt-ts/0.4.3/files-to-prompt.ts > ftp.ts
41+
curl https://jsr.io/@fry69/files-to-prompt-ts/0.5.0/files-to-prompt.ts > ftp.ts
4242
```
4343
- from GitHub:
4444
```shell
45-
curl https://raw.githubusercontent.com/fry69/files-to-prompt-ts/v0.4.3/files-to-prompt.ts > ftp.ts
45+
curl https://raw.githubusercontent.com/fry69/files-to-prompt-ts/v0.5.0/files-to-prompt.ts > ftp.ts
4646
```
4747

4848
Don't forget to make the script executable with `chmod +x ftp.ts` and move it to a location where it is accessible from your system's `$PATH` (optional).
@@ -120,7 +120,7 @@ This repository includes a comprehensive test script to ensure `files-to-prompt.
120120
bun test --coverage
121121
```
122122

123-
Recent test status (v0.4.3 using nbconvert-shim):
123+
Recent test status (v0.5.0 using nbconvert-shim):
124124

125125
```
126126
bun test v1.1.4 (fbe2fe0c)

files-to-prompt.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import path from 'node:path';
66
import { fileURLToPath } from 'node:url';
77
import { execSync } from 'node:child_process';
88

9-
const VERSION = '0.4.3';
9+
const VERSION = '0.5.0';
1010

1111
/**
1212
* Represents compatibility configuration with various engines.

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@fry69/files-to-prompt-ts",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"exports": "./files-to-prompt.ts"
55
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fry69/files-to-prompt-ts",
33
"module": "files-to-prompt.ts",
4-
"version": "0.4.3",
4+
"version": "0.5.0",
55
"repository": "https://github.com/fry69/files-to-prompt-ts",
66
"devDependencies": {
77
"@types/bun": "latest"

0 commit comments

Comments
 (0)