Skip to content

Commit

Permalink
Release 2.18.2
Browse files Browse the repository at this point in the history
[skip ci]

## [2.18.2](v2.18.1...v2.18.2) (2024-06-15)

### Bug Fixes

* should export ContextDelegation and Context both ([#7](#7)) ([b26b549](b26b549))
  • Loading branch information
semantic-release-bot committed Jun 15, 2024
1 parent b26b549 commit 3e32df3
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.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)


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.1",
"version": "2.18.2",
"engines": {
"node": ">= 18.7.0"
},
Expand Down

0 comments on commit 3e32df3

Please sign in to comment.