diff --git a/CHANGELOG.md b/CHANGELOG.md index 77646be..d4fb5d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.9.2](https://github.com/fhswf/openai-proxy/compare/v0.9.1...v0.9.2) (2024-07-04) + + +### Bug Fixes + +* release issue ([c8af893](https://github.com/fhswf/openai-proxy/commit/c8af893e6d6f9e65af69e999d5df588b94e4a740)) + ## [0.9.1](https://github.com/fhswf/openai-proxy/compare/v0.9.0...v0.9.1) (2024-04-25) diff --git a/package-lock.json b/package-lock.json index 4a39126..069ad63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openai-proxy", - "version": "0.9.1", + "version": "0.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openai-proxy", - "version": "0.9.1", + "version": "0.9.2", "license": "MIT", "dependencies": { "cookie-parser": "^1.4.6", diff --git a/package.json b/package.json index b206f70..8c00553 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openai-proxy", - "version": "0.9.1", + "version": "0.9.2", "description": "Proxy for the OpenAI API", "private": true, "main": "lib/index.js",