## 1.113.0

This commit is contained in:
2025-02-11 08:35:27 -07:00
parent 5269b0db43
commit ca9375d25d
4 changed files with 66 additions and 9 deletions

View File

@ -275,5 +275,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.112.0"
"version": "1.113.0"
}