From 6b4460f43b04af568399943a48548e7b3c89ac25 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Sat, 8 Jun 2024 14:35:59 -0700 Subject: [PATCH] bump package version to 2.1.2 --- CHANGELOG.md | 6 +++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f16445c..c39cea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 342defb..e6f060f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 1b7f81c..80e86cc 100644 --- a/package.json +++ b/package.json @@ -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": { -- 2.44.2