Skip to content

Commit

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

## [2.17.0](v2.16.0...v2.17.0) (2024-03-15)

### Features

* formatting redirect url on http(s) protocol url ([#4](#4)) ([7e7fcd1](7e7fcd1))
  • Loading branch information
semantic-release-bot committed Mar 15, 2024
1 parent 7e7fcd1 commit 5324225
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.17.0](https://github.com/eggjs/koa/compare/v2.16.0...v2.17.0) (2024-03-15)


### Features

* formatting redirect url on http(s) protocol url ([#4](https://github.com/eggjs/koa/issues/4)) ([7e7fcd1](https://github.com/eggjs/koa/commit/7e7fcd1a32af505ae2b43eef3781b1122253d276))

## [2.16.0](https://github.com/eggjs/koa/compare/v2.15.1...v2.16.0) (2023-12-19)


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.16.0",
"version": "2.17.0",
"description": "Koa web app framework",
"main": "lib/application.js",
"types": "lib/application.d.ts",
Expand Down

0 comments on commit 5324225

Please sign in to comment.