From: Justin Wind Date: Sat, 12 Mar 2022 22:06:54 +0000 (-0800) Subject: bump package version to 1.2.5 X-Git-Tag: v1.2.5^2 X-Git-Url: http://git.squeep.com/?p=squeep-api-dingus;a=commitdiff_plain;h=9381f0357bd44531569147ce09604bd629103e92 bump package version to 1.2.5 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ac75dc..0a69b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ Releases and notable changes to this project are documented here. ## [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 @@ -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 diff --git a/package-lock.json b/package-lock.json index 16c50a5..8d270e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@squeep/api-dingus", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a03d348..84e5763 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/api-dingus", - "version": "1.2.4", + "version": "1.2.5", "description": "A minimal API server framework", "main": "index.js", "scripts": {