From 5e390b2b53a5058ff3bae621dba906f6d4fa5bb3 Mon Sep 17 00:00:00 2001 From: slievrly Date: Sun, 11 Aug 2024 19:40:07 +0800 Subject: [PATCH] add change --- changes/en-us/2.x.md | 1 + changes/zh-cn/2.x.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 985f451d24a..18ebf3ba919 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -39,6 +39,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#6700](https://github.com/apache/incubator-seata/pull/6700)] remove sdk version checking - [[#6727](https://github.com/apache/incubator-seata/pull/6727)] deserialize performance optimize - [[#6732](https://github.com/apache/incubator-seata/pull/6732)] add the default console and security config on application.example.yml and application.raft.example.yml +- [[#6742](https://github.com/apache/incubator-seata/pull/6742)] upgrade npmjs version ### refactor: diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 4ffd328d072..985ce9b45fc 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -39,6 +39,8 @@ - [[#6700](https://github.com/apache/incubator-seata/pull/6700)] 去掉sdk版本检查 - [[#6727](https://github.com/apache/incubator-seata/pull/6727)] 反序列化性能优化 - [[#6732](https://github.com/apache/incubator-seata/pull/6732)] 为application.example.yml与application.raft.example.yml添加默认安全配置 +- [[#6742](https://github.com/apache/incubator-seata/pull/6742)] 升级 npmjs 版本 + ### refactor: