Skip to content

Commit

Permalink
Release 2.18.4
Browse files Browse the repository at this point in the history
[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))
  • Loading branch information
semantic-release-bot committed Jun 30, 2024
1 parent 14aa2c5 commit 5db7a9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.18.4](https://github.com/eggjs/koa/compare/v2.18.3...v2.18.4) (2024-06-30)


### Bug Fixes

* change env and proxy to getter and setter ([#9](https://github.com/eggjs/koa/issues/9)) ([14aa2c5](https://github.com/eggjs/koa/commit/14aa2c5afff73d853ebd0fc113a259fdc735a1aa))

## [2.18.3](https://github.com/eggjs/koa/compare/v2.18.2...v2.18.3) (2024-06-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/koa",
"version": "2.18.3",
"version": "2.18.4",
"engines": {
"node": ">= 18.19.0"
},
Expand Down

0 comments on commit 5db7a9e

Please sign in to comment.