This commit is contained in:
2024-11-06 11:18:33 -07:00
parent 24e700065e
commit 1afd11d693
3 changed files with 14 additions and 3 deletions

View File

@ -264,5 +264,5 @@
"webpack": "webpack --config ./build/node-extension.webpack.config.js",
"watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\""
},
"version": "1.7.0"
"version": "1.8.0"
}