Skip to content

Commit d1302bd

Browse files
committed
Bump version to 5.1.0
1 parent 66aa9b5 commit d1302bd

10 files changed

+12
-12
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# XRegExp 5.0.2
1+
# XRegExp 5.1.0
22

33
[![Build Status](https://github.com/slevithan/xregexp/workflows/Node.js%20CI/badge.svg)](https://github.com/slevithan/xregexp/actions)
44

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xregexp",
3-
"version": "5.0.2",
3+
"version": "5.1.0",
44
"description": "Extended regular expressions",
55
"homepage": "http://xregexp.com/",
66
"author": "Steven Levithan <[email protected]>",

src/addons/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* XRegExp.build 5.0.2
2+
* XRegExp.build 5.1.0
33
* <xregexp.com>
44
* Steven Levithan (c) 2012-present MIT License
55
*/

src/addons/matchrecursive.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* XRegExp.matchRecursive 5.0.2
2+
* XRegExp.matchRecursive 5.1.0
33
* <xregexp.com>
44
* Steven Levithan (c) 2009-present MIT License
55
*/

src/addons/unicode-base.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* XRegExp Unicode Base 5.0.2
2+
* XRegExp Unicode Base 5.1.0
33
* <xregexp.com>
44
* Steven Levithan (c) 2008-present MIT License
55
*/

src/addons/unicode-categories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* XRegExp Unicode Categories 5.0.2
2+
* XRegExp Unicode Categories 5.1.0
33
* <xregexp.com>
44
* Steven Levithan (c) 2010-present MIT License
55
* Unicode data by Mathias Bynens <mathiasbynens.be>

src/addons/unicode-properties.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* XRegExp Unicode Properties 5.0.2
2+
* XRegExp Unicode Properties 5.1.0
33
* <xregexp.com>
44
* Steven Levithan (c) 2012-present MIT License
55
* Unicode data by Mathias Bynens <mathiasbynens.be>

src/addons/unicode-scripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* XRegExp Unicode Scripts 5.0.2
2+
* XRegExp Unicode Scripts 5.1.0
33
* <xregexp.com>
44
* Steven Levithan (c) 2010-present MIT License
55
* Unicode data by Mathias Bynens <mathiasbynens.be>

src/xregexp.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* XRegExp 5.0.2
2+
* XRegExp 5.1.0
33
* <xregexp.com>
44
* Steven Levithan (c) 2007-present MIT License
55
*/
@@ -646,7 +646,7 @@ XRegExp.prototype = new RegExp();
646646
* @memberOf XRegExp
647647
* @type String
648648
*/
649-
XRegExp.version = '5.0.2';
649+
XRegExp.version = '5.1.0';
650650

651651
// ==--------------------------==
652652
// Public methods

0 commit comments

Comments
 (0)