From 65eb3a3f250cebb091bfae6a8c139dca4d1109a2 Mon Sep 17 00:00:00 2001 From: arshad-yaseen Date: Wed, 20 Nov 2024 17:18:27 +0000 Subject: [PATCH] chore(release): v0.15.0 [skip-release] --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce3225..4dffacd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,37 @@ + + +## [0.15.0](https://github.com/arshad-yaseen/monacopilot/compare/v0.14.2...v0.15.0) (2024-11-20) + + +### 🚀 Features + +* **google:** added gemini api as provider ([41117b6](https://github.com/arshad-yaseen/monacopilot/commit/41117b6a4276683a05c250112bba717fe0be3c01)) + + +### 🐛 Bug Fixes + +* changed gemini pro model to 1.5 ([357735d](https://github.com/arshad-yaseen/monacopilot/commit/357735d8dfedefa9983c658cd01ba83560678f95)) + + +### 📚 Documentation + +* gemini provider ([204cae6](https://github.com/arshad-yaseen/monacopilot/commit/204cae6e44ea7b88c941c15919ed6edbfc8371f2)) + + +### 🔄 Refactoring + +* removed unused import of custom copilot model ([2d1b888](https://github.com/arshad-yaseen/monacopilot/commit/2d1b88878c958e6f8533bdbb6d3699abbe094d0c)) + + +### 🔧 Maintenance + +* improve copilot type ([bb9b03e](https://github.com/arshad-yaseen/monacopilot/commit/bb9b03e18bf357dbabd5fd12c5563b18ff75a020)) +* improve copilot types ([cf1701e](https://github.com/arshad-yaseen/monacopilot/commit/cf1701e8f5f7ac2ba642b080516edf2c2900706c)) +* improve range and cache calculation ([0b9f6c8](https://github.com/arshad-yaseen/monacopilot/commit/0b9f6c8b4567c1cc1ebdc7ef80fd00c8fe41c9d4)) +* remove bun lock files ([b2cb242](https://github.com/arshad-yaseen/monacopilot/commit/b2cb242efa2c3c1136ab6f5fd31ceeb97848d582)) +* treeshake ([81bc824](https://github.com/arshad-yaseen/monacopilot/commit/81bc8247b292ffebe1e6018657338cab24de755b)) +* update locks ([f9d7b61](https://github.com/arshad-yaseen/monacopilot/commit/f9d7b61e59695f5f938a5ed4c256949ee18579f9)) + ## [0.14.2](https://github.com/arshad-yaseen/monacopilot/compare/v0.14.1...v0.14.2) (2024-11-17) ### 🔧 Maintenance diff --git a/package.json b/package.json index c942cd2..82d771a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monacopilot", - "version": "0.14.2", + "version": "0.15.0", "description": "AI auto-completion plugin for Monaco Editor", "main": "./build/index.js", "module": "./build/index.mjs",