diff --git a/apps/chrome-extension/CHANGELOG.md b/apps/chrome-extension/CHANGELOG.md index b332fd8..382bda8 100644 --- a/apps/chrome-extension/CHANGELOG.md +++ b/apps/chrome-extension/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.11.0](https://github.com/rpidanny/llm-prompt-templates/compare/chrome-extension-v1.10.0...chrome-extension-v1.11.0) (2024-06-09) + + +### Features + +* support gemini ([#21](https://github.com/rpidanny/llm-prompt-templates/issues/21)) ([3166ed8](https://github.com/rpidanny/llm-prompt-templates/commit/3166ed8c2ead68fd5c7181e6c78e53696c0ed692)) + # [1.10.0](https://github.com/rpidanny/llm-prompt-templates/compare/chrome-extension-v1.9.0...chrome-extension-v1.10.0) (2024-06-09) diff --git a/apps/chrome-extension/package.json b/apps/chrome-extension/package.json index 0dc8cc1..b2bf7cb 100644 --- a/apps/chrome-extension/package.json +++ b/apps/chrome-extension/package.json @@ -1,6 +1,6 @@ { "name": "llm-prompt-templates", - "version": "1.10.0", + "version": "1.11.0", "description": "Get more out of your LLM with the latest advances in prompt engineering", "type": "commonjs", "repository": {