From 7bdeacbb0aac48ac9be49d419d5d663063b7770e Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Sat, 9 Mar 2024 14:55:28 -0800 Subject: [PATCH] bump package version to 2.1.0 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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": { -- 2.43.2