Skip to content

Commit 3e898bd

Browse files
committed
Publish v0.5.0.
1 parent a2d8823 commit 3e898bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "regjsgen",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Generate regular expressions from regjsparser’s AST.",
55
"homepage": "https://github.com/bnjmnt4n/regjsgen",
66
"main": "regjsgen.js",

Diff for: regjsgen.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* regjsgen 0.4.0
2+
* regjsgen 0.5.0
33
* Copyright 2014-2018 Benjamin Tan <https://bnjmnt4n.now.sh/>
44
* Available under MIT license <https://github.com/bnjmnt4n/regjsgen/blob/master/LICENSE>
55
*/

0 commit comments

Comments
 (0)