Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Mar 15, 2019
1 parent 2c0c1d3 commit 56f5c1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## X.Y.Z (INSERT_DATE_HERE)
## 0.4.0 (3-16-2019)

- [Huge (x75) performance improvement](https://github.com/bd82/regexp-to-ast/pull/18).
- Thanks to [@morwen](https://github.com/morwen) :thumbsup
Expand Down
2 changes: 1 addition & 1 deletion lib/regexp-to-ast.js
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@
return {
RegExpParser: RegExpParser,
BaseRegExpVisitor: BaseRegExpVisitor,
VERSION: "0.3.5"
VERSION: "0.4.0"
}
}
)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "regexp-to-ast",
"version": "0.3.5",
"version": "0.4.0",
"main": "lib/regexp-to-ast.js",
"repository": "https://github.com/bd82/regexp-to-ast.git",
"author": "Shahar Soel",
Expand Down

0 comments on commit 56f5c1f

Please sign in to comment.