Lutz Roeder před 1 rokem
rodič
revize
a192d2ba5c
2 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 2 2
      package-lock.json
  2. 1 0
      package.js

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
     "name": "netron",
-    "version": "8.1.8",
+    "version": "8.1.9",
     "lockfileVersion": 3,
     "requires": true,
     "packages": {
         "": {
             "name": "netron",
-            "version": "8.1.8",
+            "version": "8.1.9",
             "hasInstallScript": true,
             "license": "MIT",
             "dependencies": {

+ 1 - 0
package.js

@@ -651,6 +651,7 @@ const version = async () => {
     await fs.writeFile(file, content, 'utf-8');
     await load();
     await exec('git add package.json');
+    await exec('git add package-lock.json');
     await exec(`git commit -m "Update to ${configuration.version}"`);
     await exec(`git tag v${configuration.version}`);
     await exec('git push');