From 652f5b595b762aec1557f8e95ef07f092d16c6d2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 9 Jun 2024 13:40:40 +0000 Subject: [PATCH] chore(chrome-extension): 1.11.0 [skip ci] # [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)) --- apps/chrome-extension/CHANGELOG.md | 7 +++++++ apps/chrome-extension/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {