Skip to content

Commit bc3c6cd

Browse files
committed
chore: bump version to 0.2.6
1 parent d93f74f commit bc3c6cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ compose them into a grammar.
1212
### Deno (JSR)
1313

1414
```ts
15-
import { seq, str } from "jsr:@claudiu-ceia/combine@^0.2.5";
15+
import { seq, str } from "jsr:@claudiu-ceia/combine@^0.2.6";
1616
```
1717

1818
### Node (npm)

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@claudiu-ceia/combine",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"exports": "./mod.ts",
55
"publish": {
66
"exclude": ["bench/", "tests/", "npm/"]

0 commit comments

Comments
 (0)