Skip to content

Commit 4cbd2dc

Browse files
committed
chore: bump version to 0.4.1
1 parent f5f5b46 commit 4cbd2dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.4.0";
15+
import { seq, str } from "jsr:@claudiu-ceia/combine@^0.4.1";
1616
```
1717

1818
Subpath imports are also supported:

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.4.0",
3+
"version": "0.4.1",
44
"exports": {
55
".": "./mod.ts",
66
"./nondeterministic": "./src/nondeterministic.ts",

0 commit comments

Comments
 (0)