From: Justin Wind Date: Sun, 27 Aug 2023 21:06:10 +0000 (-0700) Subject: bump package version to 2.0.0 X-Git-Tag: v2.0.0^2 X-Git-Url: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff_plain;h=37851c9ecba9fae65bdc603a45daaeb83c182547 bump package version to 2.0.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e82304..cb60b74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Releases and notable changes to this project are documented here. ## [Unreleased] -## [v2.0.0] - TBD +## [v2.0.0] - 2023-08-27 - HEAD requests are now handled automatically by default, if not otherwise specifically registered, on a route with a GET handler - trailing slashes on a request url now default to being ignored when matching routes diff --git a/package-lock.json b/package-lock.json index 0ed176a..25a4a28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/api-dingus", - "version": "1.2.10", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/api-dingus", - "version": "1.2.10", + "version": "2.0.0", "license": "ISC", "dependencies": { "mime-db": "^1.52.0", diff --git a/package.json b/package.json index 8cbf95c..4e2fbe5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/api-dingus", - "version": "1.2.10", + "version": "2.0.0", "description": "An API server framework", "main": "index.js", "scripts": {