Skip to content

Commit 813c5d1

Browse files
committed
Publish v0.5.2.
1 parent c0cb69b commit 813c5d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5.1",
3+
"version": "0.5.2",
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.5.1
2+
* regjsgen 0.5.2
33
* Copyright 2014-2020 Benjamin Tan <https://ofcr.se/>
44
* Available under the MIT license <https://github.com/bnjmnt4n/regjsgen/blob/master/LICENSE-MIT.txt>
55
*/

0 commit comments

Comments
 (0)