diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c9afb..77646be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.9.1](https://github.com/fhswf/openai-proxy/compare/v0.9.0...v0.9.1) (2024-04-25) + + +### Bug Fixes + +* extend cookie lifetime ([7cdf808](https://github.com/fhswf/openai-proxy/commit/7cdf8089752a1bda0647930f3f711984f2db462c)) + # [0.9.0](https://github.com/fhswf/openai-proxy/compare/v0.8.9...v0.9.0) (2024-04-25) diff --git a/package-lock.json b/package-lock.json index 4017023..4a39126 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openai-proxy", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openai-proxy", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "dependencies": { "cookie-parser": "^1.4.6", diff --git a/package.json b/package.json index e559684..b206f70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openai-proxy", - "version": "0.9.0", + "version": "0.9.1", "description": "Proxy for the OpenAI API", "private": true, "main": "lib/index.js",