zotero-plugin 5.0.9 → 5.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/release.js +1 -1
- package/debug-log.js +1 -1
- package/package.json +1 -1
package/bin/release.js
CHANGED
|
@@ -8248,7 +8248,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
8248
8248
|
"package.json"(exports, module) {
|
|
8249
8249
|
module.exports = {
|
|
8250
8250
|
name: "zotero-plugin",
|
|
8251
|
-
version: "5.0.
|
|
8251
|
+
version: "5.0.11",
|
|
8252
8252
|
description: "Zotero plugin builder",
|
|
8253
8253
|
homepage: "https://github.com/retorquere/zotero-plugin/wiki",
|
|
8254
8254
|
bin: {
|
package/debug-log.js
CHANGED