bump package version to 2.1.0
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 9 Mar 2024 22:55:28 +0000 (14:55 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 9 Mar 2024 22:55:28 +0000 (14:55 -0800)
CHANGELOG.md
package-lock.json
package.json

index 98fa2ea90bface0bb06a176c44ce6f51e0c67650..d7f648ce6ab9e0453efd8d3586e2bd1b0a060f9b 100644 (file)
@@ -4,7 +4,7 @@ Releases and notable changes to this project are documented here.
 
 ## [Unreleased]
 
-## [v2.1.0] - TBD
+## [v2.1.0] - 2024-03-09
 
 - cookies are now parsed and populated into ctx.cookie as a default behavior
 - new addCookie common helper
index 888770f9131b8388cec987b86ebdafa2f0ce0fc3..7208b47722764078d552f281198fc1b66ae6f795 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/api-dingus",
-  "version": "2.0.1",
+  "version": "2.1.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/api-dingus",
-      "version": "2.0.1",
+      "version": "2.1.0",
       "license": "ISC",
       "dependencies": {
         "@squeep/log-helper": "^1.0.0",
index d75a66cb0335821f6f62654d40aac4d0cd906b62..eb4f991ac422f224eb3229013a3202ad954f95c4 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/api-dingus",
-  "version": "2.0.1",
+  "version": "2.1.0",
   "description": "An API server framework",
   "main": "index.js",
   "scripts": {