bump package version to 2.1.1 v2.1-dev v2.1.1
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 4 May 2024 20:59:26 +0000 (13:59 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 4 May 2024 21:04:27 +0000 (14:04 -0700)
CHANGELOG.md
package-lock.json
package.json

index d7f648ce6ab9e0453efd8d3586e2bd1b0a060f9b..0f20c7aa312046996b0181a7374c583155c4c280 100644 (file)
@@ -4,6 +4,10 @@ Releases and notable changes to this project are documented here.
 
 ## [Unreleased]
 
+## [v2.1.1] - 2024-05-04
+
+- updated dependencies and devDependencies
+
 ## [v2.1.0] - 2024-03-09
 
 - cookies are now parsed and populated into ctx.cookie as a default behavior
index d1c5c7646f0da4586bb06397f6021e4fa1ef7c6f..1a2dbd8f9a5556f3baca892ba9c5b1341f824574 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/api-dingus",
-  "version": "2.1.0",
+  "version": "2.1.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/api-dingus",
-      "version": "2.1.0",
+      "version": "2.1.1",
       "license": "ISC",
       "dependencies": {
         "@squeep/log-helper": "^1",
index 3de0763aa2806fff416d5f5f9ed86067f035518f..cb38ba5f1f43a5c3f82d7591425c1a6fdfbed6c7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/api-dingus",
-  "version": "2.1.0",
+  "version": "2.1.1",
   "description": "An API server framework",
   "main": "index.js",
   "scripts": {