From: Justin Wind Date: Sat, 4 May 2024 20:59:26 +0000 (-0700) Subject: bump package version to 2.1.1 X-Git-Tag: v2.1.1 X-Git-Url: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff_plain;h=refs%2Fheads%2Fv2.1-dev bump package version to 2.1.1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f648c..0f20c7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Releases and notable changes to this project are documented here. ## [Unreleased] +## [v2.1.1] - 2024-05-04 + +- updated dependencies and devDependencies + ## [v2.1.0] - 2024-03-09 - cookies are now parsed and populated into ctx.cookie as a default behavior diff --git a/package-lock.json b/package-lock.json index d1c5c76..1a2dbd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/api-dingus", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@squeep/api-dingus", - "version": "2.1.0", + "version": "2.1.1", "license": "ISC", "dependencies": { "@squeep/log-helper": "^1", diff --git a/package.json b/package.json index 3de0763..cb38ba5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/api-dingus", - "version": "2.1.0", + "version": "2.1.1", "description": "An API server framework", "main": "index.js", "scripts": {