From 6f7d728d6c4c0cd88cb136ef27c62a198c3754a0 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Fri, 29 Oct 2021 13:45:21 -0700 Subject: [PATCH] bump package version to 1.2.2 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e0e95d..27a527a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 3e24cfd..0d0e2bb 100644 --- a/package.json +++ b/package.json @@ -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": { -- 2.43.2