From ea0ca7b016a322eb91fc36426a1c4f11752c6242 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Fri, 19 Aug 2022 23:49:19 +0800 Subject: [PATCH] Release 3.4.1 --- History.md | 6 ++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index ccbd077..59acc2b 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +3.4.1 / 2022-08-19 +================== + +**fixes** + * [[`1205356`](http://github.com/koajs/cors/commit/12053567ef2caa8f4191298bc9d010017bb0f233)] - fix: must specify an origin value instead of "*" wildcard (#85) (Tyreal Hu <>) + 3.4.0 / 2022-08-19 ================== diff --git a/README.md b/README.md index 076de11..f5d3387 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ app.use(cors()); |[
fengmk2](https://github.com/fengmk2)
|[
dead-horse](https://github.com/dead-horse)
|[
omsmith](https://github.com/omsmith)
|[
jonathanong](https://github.com/jonathanong)
|[
AlphaWong](https://github.com/AlphaWong)
|[
cma-skedulo](https://github.com/cma-skedulo)
| | :---: | :---: | :---: | :---: | :---: | :---: | |[
erikfried](https://github.com/erikfried)
|[
j-waaang](https://github.com/j-waaang)
|[
ltomes](https://github.com/ltomes)
|[
lfreneda](https://github.com/lfreneda)
|[
matthewmueller](https://github.com/matthewmueller)
|[
PlasmaPower](https://github.com/PlasmaPower)
| -[
swain](https://github.com/swain)
|[
xg-wang](https://github.com/xg-wang)
|[
lishengzxc](https://github.com/lishengzxc)
|[
mcohen75](https://github.com/mcohen75)
+[
swain](https://github.com/swain)
|[
TyrealHu](https://github.com/TyrealHu)
|[
xg-wang](https://github.com/xg-wang)
|[
lishengzxc](https://github.com/lishengzxc)
|[
mcohen75](https://github.com/mcohen75)
-This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Fri Aug 19 2022 09:10:47 GMT+0800`. +This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Fri Aug 19 2022 23:48:53 GMT+0800`. diff --git a/package.json b/package.json index 42613f9..9677d9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koa/cors", - "version": "3.4.0", + "version": "3.4.1", "description": "Cross-Origin Resource Sharing(CORS) for koa", "main": "index.js", "files": [