bump package version to 1.2.5
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 12 Mar 2022 22:06:54 +0000 (14:06 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 12 Mar 2022 22:06:54 +0000 (14:06 -0800)
CHANGELOG.md
package-lock.json
package.json

index 5ac75dc5ce8358c190b5a243d91aca46f71aae17..0a69b5c51505d51ab1e760fc65b67fcc15bf7994 100644 (file)
@@ -4,6 +4,20 @@ Releases and notable changes to this project are documented here.
 
 ## [Unreleased]
 
 
 ## [Unreleased]
 
+## [v1.2.5] - 2022-03-12
+
+### Added
+
+- options to some helper methods, to not persist rarely-used and redundant information on contexts
+- optional maximum request body size
+- updated dependencies
+
+## [v1.2.4] - 2022-01-22
+
+### Added
+
+- updated dependencies
+
 ## [v1.2.3] - 2021-12-30
 
 ### Added
 ## [v1.2.3] - 2021-12-30
 
 ### Added
@@ -44,7 +58,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=v1.2.3
+[Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v1.2.5
+[v1.2.5]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.5;hp=v1.2.4
+[v1.2.4]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.4;hp=v1.2.3
 [v1.2.3]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.3;hp=v1.2.2
 [v1.2.2]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.2;hp=v1.2.1
 [v1.2.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.1;hp=v1.2.0
 [v1.2.3]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.3;hp=v1.2.2
 [v1.2.2]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.2;hp=v1.2.1
 [v1.2.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.1;hp=v1.2.0
index 16c50a5120a70c88cf3181082c59ec88673e5ff6..8d270e06e28a4a62e2228abf60412150a4007298 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/api-dingus",
 {
   "name": "@squeep/api-dingus",
-  "version": "1.2.4",
+  "version": "1.2.5",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index a03d348d66d59124c39f7c6d866bd4f5bb382088..84e5763d7f8bdea78e538a39c2ba084d3d352ad4 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/api-dingus",
 {
   "name": "@squeep/api-dingus",
-  "version": "1.2.4",
+  "version": "1.2.5",
   "description": "A minimal API server framework",
   "main": "index.js",
   "scripts": {
   "description": "A minimal API server framework",
   "main": "index.js",
   "scripts": {