bump package version to 1.2.2
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 29 Oct 2021 20:45:21 +0000 (13:45 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 29 Oct 2021 20:45:21 +0000 (13:45 -0700)
CHANGELOG.md
package.json

index 8e0e95dade7a64f727ce0469bee0f9f7cd541075..27a527a41322121696bc78226e65f20954a03d2d 100644 (file)
@@ -4,6 +4,8 @@ Releases and notable changes to this project are documented here.
 
 ## [Unreleased]
 
+## [v1.2.2] - 2021-10-29
+
 ### Added
 
 - obscure sensitive request header data when logging
@@ -36,7 +38,8 @@ 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.1
+[Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;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.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.0;hp=v1.1.0
 [v1.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.1.0;hp=v1.0.0
index 3e24cfd173df873072459d0fc6bc4e449971789b..0d0e2bb89759f7781412a4eea310df70657236f5 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/api-dingus",
-  "version": "1.2.1",
+  "version": "1.2.2",
   "description": "A minimal API server framework",
   "main": "index.js",
   "scripts": {