From e60410a49b618ccdfb2a6573e6040cd9ed8b1baf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:44:09 +0000 Subject: [PATCH] Version Packages --- .changeset/express-5-upgrade.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/express-5-upgrade.md diff --git a/.changeset/express-5-upgrade.md b/.changeset/express-5-upgrade.md deleted file mode 100644 index b383be6..0000000 --- a/.changeset/express-5-upgrade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"template-node-express": major ---- - -Upgrade to Express 5 and remove `express-async-errors`, relying on Express 5's built-in async error handling. diff --git a/CHANGELOG.md b/CHANGELOG.md index 11a4680..a846917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # template-node-express +## 2.0.0 + +### Major Changes + +- [#17](https://github.com/dillonstreator/template-node-express/pull/17) [`6bc64ac`](https://github.com/dillonstreator/template-node-express/commit/6bc64ac4252e13f0dd0b7b1131b0c51c977fcff2) Thanks [@dillonstreator](https://github.com/dillonstreator)! - Upgrade to Express 5 and remove `express-async-errors`, relying on Express 5's built-in async error handling. + ## 1.1.0 ### Minor Changes diff --git a/package.json b/package.json index fb38b54..40459a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "template-node-express", - "version": "1.1.0", + "version": "2.0.0", "private": true, "main": "dist/index.js", "license": "MIT",