diff --git a/CHANGELOG.md b/CHANGELOG.md index 9735460..3e3b09f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @infrarix/locopilot +## 1.2.0 + +### Minor Changes + +- update project base url + ## 1.1.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index c968cc5..183bd43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@infrarix/locopilot", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@infrarix/locopilot", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "@fastify/cors": "^10.0.0", diff --git a/package.json b/package.json index 6d26089..aa6fbbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@infrarix/locopilot", - "version": "1.1.0", + "version": "1.2.0", "description": "Local-first OpenAI-compatible AI platform", "license": "MIT", "private": false,