We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9783fa2 commit c3171edCopy full SHA for c3171ed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## #.#.#
+## 2.0.0
4
5
## Changed
6
package.json
{
"name": "@onlyoffice/docspace-plugin-sdk",
- "version": "1.1.1",
+ "version": "2.0.0",
"minDocSpaceVersion": "3.5.0",
"description": "Simple plugin system for onlyoffice docspace",
"license": "Apache-2.0",
template/package.json
"name": "default",
"author": "",
"main": "index.ts",
"private": true,
@@ -17,6 +17,6 @@
17
"prettier": "2.8.6"
18
},
19
"dependencies": {
20
- "@onlyoffice/docspace-plugin-sdk": "^1.1.1"
+ "@onlyoffice/docspace-plugin-sdk": "^2.0.0"
21
}
22
0 commit comments