Skip to content

Commit 5db7a9e

Browse files
Release 2.18.4
[skip ci] ## [2.18.4](v2.18.3...v2.18.4) (2024-06-30) ### Bug Fixes * change env and proxy to getter and setter ([#9](#9)) ([14aa2c5](14aa2c5))
1 parent 14aa2c5 commit 5db7a9e

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+
## [2.18.4](https://github.com/eggjs/koa/compare/v2.18.3...v2.18.4) (2024-06-30)
4+
5+
6+
### Bug Fixes
7+
8+
* change env and proxy to getter and setter ([#9](https://github.com/eggjs/koa/issues/9)) ([14aa2c5](https://github.com/eggjs/koa/commit/14aa2c5afff73d853ebd0fc113a259fdc735a1aa))
9+
310
## [2.18.3](https://github.com/eggjs/koa/compare/v2.18.2...v2.18.3) (2024-06-16)
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/koa",
3-
"version": "2.18.3",
3+
"version": "2.18.4",
44
"engines": {
55
"node": ">= 18.19.0"
66
},

0 commit comments

Comments
 (0)