bump package version to 2.0.0
authorJustin Wind <justin.wind+git@gmail.com>
Sun, 27 Aug 2023 21:06:10 +0000 (14:06 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sun, 27 Aug 2023 21:06:10 +0000 (14:06 -0700)
CHANGELOG.md
package-lock.json
package.json

index 5e823045c464e0a6ec3787eef63751823cc352aa..cb60b74d5d5f303ed53b5184f9c644b0df730c5e 100644 (file)
@@ -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
index 0ed176ad541c72ac3f2cbb9e76ebead70ff4170b..25a4a28dbb1a8f24657189eda8fd3ad5a112768b 100644 (file)
@@ -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",
index 8cbf95c397bc3b8d3041720ca5d2d513cafbb059..4e2fbe5d24a7a0f08101d647f9f63a40c2b879f3 100644 (file)
@@ -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": {