Skip to content

Commit 1b44d52

Browse files
chore(release): 3.6.5 [skip ci]
## [3.6.5](3.6.4...3.6.5) (2025-05-02) ### Bug Fixes * Add missing stripe env vars in docker ([#670](#670)) ([9f65add](9f65add)) * Role assignment in Logto [DEV-4953] ([#669](#669)) ([ef5b6bf](ef5b6bf))
1 parent 34e1064 commit 1b44d52

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.6.5](https://github.com/cheqd/studio/compare/3.6.4...3.6.5) (2025-05-02)
4+
5+
### Bug Fixes
6+
7+
* Add missing stripe env vars in docker ([#670](https://github.com/cheqd/studio/issues/670)) ([9f65add](https://github.com/cheqd/studio/commit/9f65add8e8d4c5447409ec73bf9d2cdc9b3abb8d))
8+
* Role assignment in Logto [DEV-4953] ([#669](https://github.com/cheqd/studio/issues/669)) ([ef5b6bf](https://github.com/cheqd/studio/commit/ef5b6bf2b6f01ecea0622c288db613cdac074391))
9+
310
## [3.6.4-develop.3](https://github.com/cheqd/studio/compare/3.6.4-develop.2...3.6.4-develop.3) (2025-05-02)
411

512
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cheqd/studio",
3-
"version": "3.6.4-develop.3",
3+
"version": "3.6.5",
44
"description": "cheqd Studio Backend",
55
"source": "src/index.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)