We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbdcddd commit dd027b1Copy full SHA for dd027b1
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [3.13.0-develop.2](https://github.com/cheqd/studio/compare/3.13.0-develop.1...3.13.0-develop.2) (2025-09-18)
4
+
5
+### Features
6
7
+* Init dock integration [DEV-5224] ([#729](https://github.com/cheqd/studio/issues/729)) ([fbdcddd](https://github.com/cheqd/studio/commit/fbdcddd8ba1bcf3051372cfa9900e8942baa766d))
8
9
## [3.13.0-develop.1](https://github.com/cheqd/studio/compare/3.12.1...3.13.0-develop.1) (2025-09-16)
10
11
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@cheqd/studio",
- "version": "3.13.0-develop.1",
+ "version": "3.13.0-develop.2",
"description": "cheqd Studio Backend",
"source": "src/index.ts",
"main": "dist/index.js",
0 commit comments