bump package version to 2.1.2
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 8 Jun 2024 21:35:59 +0000 (14:35 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 8 Jun 2024 21:38:17 +0000 (14:38 -0700)
CHANGELOG.md
package-lock.json
package.json

index f16445cf33c35e2216b0c40db415d2e796f3bfe4..c39cea50ca4fcfbe2ccb2714530bc45f783b2824 100644 (file)
@@ -4,6 +4,8 @@ Releases and notable changes to this project are documented here.
 
 ## [Unreleased]
 
+## [v2.1.2] - 2024-06-08
+
 - addCookie helper does more validation
 - updated devDependencies
 
@@ -118,7 +120,9 @@ Releases and notable changes to this project are documented here.
 
 ---
 
-[Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v2.1.0
+[Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v2.1.2
+[v2.1.2]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.1.2;hp=v2.1.1
+[v2.1.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.1.1;hp=v2.1.0
 [v2.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.1.0;hp=v2.0.1
 [v2.0.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.0.1;hp=v2.0.0
 [v2.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.0.0;hp=v1.2.10
index 342defb035807e49e3f0bce6376a2268a059affa..e6f060fb071c4da2cb0a7d179eb9950b2f00c73d 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/api-dingus",
-  "version": "2.1.1",
+  "version": "2.1.2",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/api-dingus",
-      "version": "2.1.1",
+      "version": "2.1.2",
       "license": "ISC",
       "dependencies": {
         "@squeep/log-helper": "^1",
index 1b7f81c17997a84bda8868c2f8f0e2cda75ef0cf..80e86cc027e56230f6f730d52d0bafffa9ae5cad 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/api-dingus",
-  "version": "2.1.1",
+  "version": "2.1.2",
   "description": "An API server framework",
   "main": "index.js",
   "scripts": {