Skip to content

Commit fcf3b73

Browse files
committedJan 10, 2024
Release 3.17.6
[skip ci] ## [3.17.6](v3.17.5...v3.17.6) (2024-01-10) ### Bug Fixes * typo on index.d.ts ([#5284](#5284)) ([17ee60b](17ee60b))
1 parent 17ee60b commit fcf3b73

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+
## [3.17.6](https://github.com/eggjs/egg/compare/v3.17.5...v3.17.6) (2024-01-10)
4+
5+
6+
### Bug Fixes
7+
8+
* typo on index.d.ts ([#5284](https://github.com/eggjs/egg/issues/5284)) ([17ee60b](https://github.com/eggjs/egg/commit/17ee60b35a48c22eb90f392b688b4347c44b490d))
9+
310
## [3.17.5](https://github.com/eggjs/egg/compare/v3.17.4...v3.17.5) (2023-10-12)
411

512

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg",
3-
"version": "3.17.5",
3+
"version": "3.17.6",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)
Please sign in to comment.