diff --git a/HISTORY.md b/HISTORY.md index eeef5ed..890f182 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -2.x -=== +2.0.0-beta.1 / 2022-02-05 +========================= * Change `dotfiles` option default to `'ignore'` * Drop support for Node.js 0.8 diff --git a/package.json b/package.json index a7167a3..5c2984b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "serve-static", "description": "Serve static files", - "version": "1.14.2", + "version": "2.0.0-beta.1", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "expressjs/serve-static",