Skip to content

Commit 829d5b8

Browse files
Release 6.2.10
[skip ci] ## [6.2.10](v6.2.9...v6.2.10) (2025-01-02) ### Bug Fixes * don't set template Context on BaseContextClass ([#284](#284)) ([45b0504](45b0504))
1 parent 45b0504 commit 829d5b8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.2.10](https://github.com/eggjs/core/compare/v6.2.9...v6.2.10) (2025-01-02)
4+
5+
6+
### Bug Fixes
7+
8+
* don't set template Context on BaseContextClass ([#284](https://github.com/eggjs/core/issues/284)) ([45b0504](https://github.com/eggjs/core/commit/45b0504cddd17ae24fffde33b72dce6d07e285f5))
9+
310
## [6.2.9](https://github.com/eggjs/core/compare/v6.2.8...v6.2.9) (2025-01-02)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/core",
3-
"version": "6.2.9",
3+
"version": "6.2.10",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)