Skip to content

Commit 799d37f

Browse files
Release 6.3.1
[skip ci] ## [6.3.1](v6.3.0...v6.3.1) (2025-01-21) ### Bug Fixes * avoid non-stringify error ([#289](#289)) ([fa25d57](fa25d57))
1 parent fa25d57 commit 799d37f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [6.3.1](https://github.com/eggjs/core/compare/v6.3.0...v6.3.1) (2025-01-21)
4+
5+
6+
### Bug Fixes
7+
8+
* avoid non-stringify error ([#289](https://github.com/eggjs/core/issues/289)) ([fa25d57](https://github.com/eggjs/core/commit/fa25d572b0f96cfa72a4484c17946fe661e1b058))
9+
310
## [6.3.0](https://github.com/eggjs/core/compare/v6.2.13...v6.3.0) (2025-01-20)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/core",
3-
"version": "6.3.0",
3+
"version": "6.3.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)