From 3e32df3e9b5716e5bda8ee427c859e76ecd43b69 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Jun 2024 14:01:01 +0000 Subject: [PATCH] Release 2.18.2 [skip ci] ## [2.18.2](https://github.com/eggjs/koa/compare/v2.18.1...v2.18.2) (2024-06-15) ### Bug Fixes * should export ContextDelegation and Context both ([#7](https://github.com/eggjs/koa/issues/7)) ([b26b549](https://github.com/eggjs/koa/commit/b26b54974fb4f081c14ef453efce03c9a6604793)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deda42c4e..c1017c934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.18.2](https://github.com/eggjs/koa/compare/v2.18.1...v2.18.2) (2024-06-15) + + +### Bug Fixes + +* should export ContextDelegation and Context both ([#7](https://github.com/eggjs/koa/issues/7)) ([b26b549](https://github.com/eggjs/koa/commit/b26b54974fb4f081c14ef453efce03c9a6604793)) + ## [2.18.1](https://github.com/eggjs/koa/compare/v2.18.0...v2.18.1) (2024-06-11) diff --git a/package.json b/package.json index 661ecc541..0ad2cae0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/koa", - "version": "2.18.1", + "version": "2.18.2", "engines": { "node": ">= 18.7.0" },