Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marihachi committed Aug 11, 2022
1 parent 1821581 commit 61242dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
-->

## 0.7.0 (unreleased)
## 0.7.0 (2022/08/11)

### Features
- Add api: parser.many(min, terminator)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terrario",
"version": "0.6.0",
"version": "0.7.0",
"description": "A simple parser combinator library with TypeScript.",
"main": "./built/index.js",
"types": "./built/index.d.ts",
Expand Down

0 comments on commit 61242dd

Please sign in to comment.