Created
October 31, 2016 22:22
-
-
Save arlolra/3b3fa2f2fc5be99e8747dccf4d3394bd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 558ab17dc123ace19529b10e7dc1b46df9dc99b9 Mon Sep 17 00:00:00 2001 | |
From: Arlo Breault <[email protected]> | |
Date: Mon, 31 Oct 2016 15:22:01 -0700 | |
Subject: [PATCH] Bump to 0.5.3 | |
Change-Id: Ie8cf488ac2796783263dcc6ea95409617280a0ce | |
--- | |
lib/ext/Cite/index.js | 2 +- | |
lib/ext/LST/index.js | 2 +- | |
lib/ext/Translate/index.js | 2 +- | |
package.json | 2 +- | |
tests/parserTestsParserHook.js | 2 +- | |
5 files changed, 5 insertions(+), 5 deletions(-) | |
diff --git a/lib/ext/Cite/index.js b/lib/ext/Cite/index.js | |
index c2a7e47..4df3dd6 100644 | |
--- a/lib/ext/Cite/index.js | |
+++ b/lib/ext/Cite/index.js | |
@@ -6,7 +6,7 @@ | |
var entities = module.parent.require('entities'); | |
-var ParsoidExtApi = module.parent.require('./extapi.js').versionCheck('^0.4.1'); | |
+var ParsoidExtApi = module.parent.require('./extapi.js').versionCheck('^0.5.3'); | |
var Util = ParsoidExtApi.Util; | |
var DU = ParsoidExtApi.DOMUtils; | |
var Promise = ParsoidExtApi.Promise; | |
diff --git a/lib/ext/LST/index.js b/lib/ext/LST/index.js | |
index 5657dad..99f07a8 100644 | |
--- a/lib/ext/LST/index.js | |
+++ b/lib/ext/LST/index.js | |
@@ -1,6 +1,6 @@ | |
'use strict'; | |
-var ParsoidExtApi = module.parent.require('./extapi.js').versionCheck('^0.4.1'); | |
+var ParsoidExtApi = module.parent.require('./extapi.js').versionCheck('^0.5.3'); | |
var DU = ParsoidExtApi.DOMUtils; | |
var Promise = ParsoidExtApi.Promise; | |
diff --git a/lib/ext/Translate/index.js b/lib/ext/Translate/index.js | |
index 1aafd42..8e48f3e 100644 | |
--- a/lib/ext/Translate/index.js | |
+++ b/lib/ext/Translate/index.js | |
@@ -1,7 +1,7 @@ | |
'use strict'; | |
/* exported ParsoidExtApi */ // suppress 'unused variable' warning | |
-var ParsoidExtApi = module.parent.require('./extapi.js').versionCheck('^0.4.1'); | |
+var ParsoidExtApi = module.parent.require('./extapi.js').versionCheck('^0.5.3'); | |
// Translate constructor | |
module.exports = function() { | |
diff --git a/package.json b/package.json | |
index 5701938..94e21ee 100644 | |
--- a/package.json | |
+++ b/package.json | |
@@ -1,7 +1,7 @@ | |
{ | |
"name": "parsoid", | |
"description": "Mediawiki parser for the VisualEditor.", | |
- "version": "0.4.1+git", | |
+ "version": "0.5.3", | |
"license": "GPL-2.0+", | |
"dependencies": { | |
"async": "^0.9.0", | |
diff --git a/tests/parserTestsParserHook.js b/tests/parserTestsParserHook.js | |
index 68803eb..374d9ee 100644 | |
--- a/tests/parserTestsParserHook.js | |
+++ b/tests/parserTestsParserHook.js | |
@@ -1,6 +1,6 @@ | |
'use strict'; | |
-var ParsoidExtApi = module.parent.require('./extapi.js').versionCheck('^0.4.1'); | |
+var ParsoidExtApi = module.parent.require('./extapi.js').versionCheck('^0.5.3'); | |
var Util = ParsoidExtApi.Util; | |
var DU = ParsoidExtApi.DOMUtils; | |
-- | |
2.10.2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment