Skip to content

Commit cc66393

Browse files
committed
feat: update @ydbjs/topic to version 6.0.0-alpha.13 and prevent memory leaks
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent a6cbbae commit cc66393

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"polite-eggs-fetch",
3434
"pretty-zebras-enter",
3535
"quick-bananas-sip",
36+
"shy-rocks-find",
3637
"small-pigs-divide",
3738
"sweet-carpets-talk",
3839
"tall-colts-follow",

.changeset/shy-rocks-find.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@ydbjs/topic': patch
3+
---
4+
5+
Prevent memory leacks

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/topic/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ydbjs/topic
22

3+
## 6.0.0-alpha.13
4+
5+
### Patch Changes
6+
7+
- Prevent memory leacks
8+
39
## 6.0.0-alpha.12
410

511
### Patch Changes

packages/topic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ydbjs/topic",
3-
"version": "6.0.0-alpha.12",
3+
"version": "6.0.0-alpha.13",
44
"description": "",
55
"license": "Apache-2.0",
66
"type": "module",

0 commit comments

Comments
 (0)