Skip to content

Commit

Permalink
Release v4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Jan 7, 2019
1 parent 1875906 commit 25a9bc4
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# XRegExp 4.2.2
# XRegExp 4.2.3

[![Build Status](https://travis-ci.org/slevithan/xregexp.svg?branch=master)](https://travis-ci.org/slevithan/xregexp)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "xregexp",
"version": "4.2.2",
"version": "4.2.3",
"description": "Extended regular expressions",
"homepage": "http://xregexp.com/",
"author": "Steven Levithan <steves_list@hotmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/addons/build.js
@@ -1,5 +1,5 @@
/*!
* XRegExp.build 4.2.2
* XRegExp.build 4.2.3
* <xregexp.com>
* Steven Levithan (c) 2012-present MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion src/addons/matchrecursive.js
@@ -1,5 +1,5 @@
/*!
* XRegExp.matchRecursive 4.2.2
* XRegExp.matchRecursive 4.2.3
* <xregexp.com>
* Steven Levithan (c) 2009-present MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion src/addons/unicode-base.js
@@ -1,5 +1,5 @@
/*!
* XRegExp Unicode Base 4.2.2
* XRegExp Unicode Base 4.2.3
* <xregexp.com>
* Steven Levithan (c) 2008-present MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion src/addons/unicode-blocks.js
@@ -1,5 +1,5 @@
/*!
* XRegExp Unicode Blocks 4.2.2
* XRegExp Unicode Blocks 4.2.3
* <xregexp.com>
* Steven Levithan (c) 2010-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
Expand Down
2 changes: 1 addition & 1 deletion src/addons/unicode-categories.js
@@ -1,5 +1,5 @@
/*!
* XRegExp Unicode Categories 4.2.2
* XRegExp Unicode Categories 4.2.3
* <xregexp.com>
* Steven Levithan (c) 2010-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
Expand Down
2 changes: 1 addition & 1 deletion src/addons/unicode-properties.js
@@ -1,5 +1,5 @@
/*!
* XRegExp Unicode Properties 4.2.2
* XRegExp Unicode Properties 4.2.3
* <xregexp.com>
* Steven Levithan (c) 2012-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
Expand Down
2 changes: 1 addition & 1 deletion src/addons/unicode-scripts.js
@@ -1,5 +1,5 @@
/*!
* XRegExp Unicode Scripts 4.2.2
* XRegExp Unicode Scripts 4.2.3
* <xregexp.com>
* Steven Levithan (c) 2010-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
Expand Down
4 changes: 2 additions & 2 deletions src/xregexp.js
@@ -1,5 +1,5 @@
/*!
* XRegExp 4.2.2
* XRegExp 4.2.3
* <xregexp.com>
* Steven Levithan (c) 2007-present MIT License
*/
Expand Down Expand Up @@ -649,7 +649,7 @@ XRegExp.prototype = new RegExp();
* @memberOf XRegExp
* @type String
*/
XRegExp.version = '4.2.2';
XRegExp.version = '4.2.3';

// ==--------------------------==
// Public methods
Expand Down
2 changes: 1 addition & 1 deletion tests/perf/index.html
Expand Up @@ -24,7 +24,7 @@
var match = /[?&]version=([^&]+)/.exec(location.search);
var version = match ? match[1] : null;
var knownVersion = {
'4.2.2': true,
'4.2.3': true,
'4.2.0': true,
'4.1.1': true,
'4.0.0': true,
Expand Down
Expand Up @@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = void 0;

/*!
* XRegExp.build 4.2.2
* XRegExp.build 4.2.3
* <xregexp.com>
* Steven Levithan (c) 2012-present MIT License
*/
Expand Down Expand Up @@ -251,7 +251,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = void 0;

/*!
* XRegExp.matchRecursive 4.2.2
* XRegExp.matchRecursive 4.2.3
* <xregexp.com>
* Steven Levithan (c) 2009-present MIT License
*/
Expand Down Expand Up @@ -472,7 +472,7 @@ exports.default = void 0;
var _getIterator2 = _interopRequireDefault(require("@babel/runtime/core-js/get-iterator"));

/*!
* XRegExp Unicode Base 4.2.2
* XRegExp Unicode Base 4.2.3
* <xregexp.com>
* Steven Levithan (c) 2008-present MIT License
*/
Expand Down Expand Up @@ -750,7 +750,7 @@ exports.default = void 0;
var _blocks = _interopRequireDefault(require("../../tools/output/blocks"));

/*!
* XRegExp Unicode Blocks 4.2.2
* XRegExp Unicode Blocks 4.2.3
* <xregexp.com>
* Steven Levithan (c) 2010-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
Expand Down Expand Up @@ -787,7 +787,7 @@ exports.default = void 0;
var _categories = _interopRequireDefault(require("../../tools/output/categories"));

/*!
* XRegExp Unicode Categories 4.2.2
* XRegExp Unicode Categories 4.2.3
* <xregexp.com>
* Steven Levithan (c) 2010-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
Expand Down Expand Up @@ -824,7 +824,7 @@ exports.default = void 0;
var _properties = _interopRequireDefault(require("../../tools/output/properties"));

/*!
* XRegExp Unicode Properties 4.2.2
* XRegExp Unicode Properties 4.2.3
* <xregexp.com>
* Steven Levithan (c) 2012-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
Expand Down Expand Up @@ -898,7 +898,7 @@ exports.default = void 0;
var _scripts = _interopRequireDefault(require("../../tools/output/scripts"));

/*!
* XRegExp Unicode Scripts 4.2.2
* XRegExp Unicode Scripts 4.2.3
* <xregexp.com>
* Steven Levithan (c) 2010-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
Expand Down Expand Up @@ -974,7 +974,7 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/sli
var _getIterator2 = _interopRequireDefault(require("@babel/runtime/core-js/get-iterator"));

/*!
* XRegExp 4.2.2
* XRegExp 4.2.3
* <xregexp.com>
* Steven Levithan (c) 2007-present MIT License
*/
Expand Down Expand Up @@ -1641,7 +1641,7 @@ XRegExp.prototype = /(?:)/; // ==--------------------------==
* @type String
*/

XRegExp.version = '4.2.2'; // ==--------------------------==
XRegExp.version = '4.2.3'; // ==--------------------------==
// Public methods
// ==--------------------------==
// Intentionally undocumented; used in tests and addons
Expand Down

0 comments on commit 25a9bc4

Please sign in to comment.