Skip to content

Commit 9d4d40d

Browse files
committed
chore: bump version to 0.5.0
1 parent 154b5ff commit 9d4d40d

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.1";
15+
import { seq, str } from "jsr:@claudiu-ceia/combine@^0.5.0";
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.1",
3+
"version": "0.5.0",
44
"exports": {
55
".": "./mod.ts",
66
"./nondeterministic": "./src/nondeterministic.ts",

0 commit comments

Comments
 (0)