joplin-plugin-math-mode 0.7.0 → 0.7.1
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/package.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-math-mode",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"homepage": "https://github.com/CalebJohn/joplin-math-mode",
|
|
5
5
|
"description": "",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
|
|
8
8
|
"prepare": "npm run dist",
|
|
9
9
|
"updateVersion": "webpack --env joplin-plugin-config=updateVersion",
|
|
10
|
-
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force"
|
|
10
|
+
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force",
|
|
11
|
+
"updatetags": "LOGS=$(git log $(git describe --tags --abbrev=0 HEAD~1)..HEAD~1 --oneline) && git tag -fam \"v$npm_package_version\n\n$LOGS\" v$npm_package_version && git tag -fa v$npm_package_version",
|
|
12
|
+
"postversion": "npm run updatetags && git push origin main --tags",
|
|
13
|
+
"version": "sed -i '/\\\"version\\\": \\\"/s/[^\\\"]*\\\",/'\"$npm_package_version\\\",/\" src/manifest.json && git add src/manifest.json"
|
|
11
14
|
},
|
|
12
15
|
"keywords": [
|
|
13
16
|
"joplin-plugin",
|
|
Binary file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": 1,
|
|
3
3
|
"id": "plugin.calebjohn.MathMode",
|
|
4
4
|
"app_min_version": "1.8",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.7.1",
|
|
6
6
|
"name": "Math Mode",
|
|
7
7
|
"description": "Turn your notes into a powerful calculator with inline math.",
|
|
8
8
|
"author": "Caleb John",
|
|
@@ -37,6 +37,6 @@
|
|
|
37
37
|
"48": "icons/48.png",
|
|
38
38
|
"128": "icons/128.png"
|
|
39
39
|
},
|
|
40
|
-
"_publish_hash": "sha256:
|
|
41
|
-
"_publish_commit": "main:
|
|
40
|
+
"_publish_hash": "sha256:fc6c80f06c249e859cc90d0b38d8bf22d1857a32763dbfdbd236dbd78760ede9",
|
|
41
|
+
"_publish_commit": "main:c0bb74e41a7f70fb6a091df9a437813e82fcfca5"
|
|
42
42
|
}
|