From 37851c9ecba9fae65bdc603a45daaeb83c182547 Mon Sep 17 00:00:00 2001
From: Justin Wind <justin.wind+git@gmail.com>
Date: Sun, 27 Aug 2023 14:06:10 -0700
Subject: [PATCH] bump package version to 2.0.0

---
 CHANGELOG.md      | 2 +-
 package-lock.json | 4 ++--
 package.json      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

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": {
-- 
2.49.0