From: Justin Wind Date: Sat, 9 Mar 2024 22:55:28 +0000 (-0800) Subject: bump package version to 2.1.0 X-Git-Tag: v2.1.0^2 X-Git-Url: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff_plain;h=7bdeacbb0aac48ac9be49d419d5d663063b7770e bump package version to 2.1.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 98fa2ea..d7f648c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Releases and notable changes to this project are documented here. ## [Unreleased] -## [v2.1.0] - TBD +## [v2.1.0] - 2024-03-09 - cookies are now parsed and populated into ctx.cookie as a default behavior - new addCookie common helper diff --git a/package-lock.json b/package-lock.json index 888770f..7208b47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/api-dingus", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/api-dingus", - "version": "2.0.1", + "version": "2.1.0", "license": "ISC", "dependencies": { "@squeep/log-helper": "^1.0.0", diff --git a/package.json b/package.json index d75a66c..eb4f991 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/api-dingus", - "version": "2.0.1", + "version": "2.1.0", "description": "An API server framework", "main": "index.js", "scripts": {