mirror of
https://github.com/expressjs/express.git
synced 2026-02-26 02:54:58 +00:00
5.0.0
closes #2237 closes https://github.com/expressjs/discussions/issues/233
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
unreleased
|
||||
5.0.0 / 2024-09-10
|
||||
=========================
|
||||
* remove:
|
||||
- `path-is-absolute` dependency - use `path.isAbsolute` instead
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "express",
|
||||
"description": "Fast, unopinionated, minimalist web framework",
|
||||
"version": "5.0.0-beta.3",
|
||||
"version": "5.0.0",
|
||||
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
||||
"contributors": [
|
||||
"Aaron Heckmann <aaron.heckmann+github@gmail.com>",
|
||||
|
||||
Reference in New Issue
Block a user