From 0b6a649c5cf0ecb71e523203dbd01dab399552e8 Mon Sep 17 00:00:00 2001 From: imed jaberi Date: Sun, 13 Oct 2024 00:39:42 +0100 Subject: [PATCH] chore: update readme.md file with notice --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 637a042..2c92c16 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Koa static file serving middleware. +> Notice: We recommend using `@koa/send` for installation, as both `koa-send` and `@koa/send` refer to the same module. However, in our next major versions bumps, we will deprecate `koa-send` and only maintain the module under `@koa/send`. + ## Install [![NPM](https://nodei.co/npm/@koa/send.png?downloads=true)](https://nodei.co/npm/@koa/send) diff --git a/package.json b/package.json index 49f73ef..54418ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koa/send", - "version": "6.0.0", + "version": "5.0.1", "description": "Transfer static files", "main": "./dist/index.js", "module": "./dist/index.mjs",