From 5db7a9e6c5156dd7651f74aadc38ee075e245d78 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 30 Jun 2024 16:04:51 +0000 Subject: [PATCH] Release 2.18.4 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15eea7d12..b6d8f25ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 38b568a4b..09342e666 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/koa", - "version": "2.18.3", + "version": "2.18.4", "engines": { "node": ">= 18.19.0" },