From 2fc434c461a9d8fa1a1b3c2461fd38de7c6ad3cd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 30 Oct 2023 18:50:51 +0000 Subject: [PATCH] chore(chrome-extension): 1.8.1 [skip ci] ## [1.8.1](https://github.com/rpidanny/llm-prompt-templates/compare/chrome-extension-v1.8.0...chrome-extension-v1.8.1) (2023-10-30) ### Bug Fixes * bard text area selector ([#16](https://github.com/rpidanny/llm-prompt-templates/issues/16)) ([1c85d6a](https://github.com/rpidanny/llm-prompt-templates/commit/1c85d6a474b2e0eb3ddd2cfe9e205f79cf14c3ac)) --- 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 9f01a86..429b289 100644 --- a/apps/chrome-extension/CHANGELOG.md +++ b/apps/chrome-extension/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.1](https://github.com/rpidanny/llm-prompt-templates/compare/chrome-extension-v1.8.0...chrome-extension-v1.8.1) (2023-10-30) + + +### Bug Fixes + +* bard text area selector ([#16](https://github.com/rpidanny/llm-prompt-templates/issues/16)) ([1c85d6a](https://github.com/rpidanny/llm-prompt-templates/commit/1c85d6a474b2e0eb3ddd2cfe9e205f79cf14c3ac)) + # [1.8.0](https://github.com/rpidanny/llm-prompt-templates/compare/chrome-extension-v1.7.0...chrome-extension-v1.8.0) (2023-05-27) diff --git a/apps/chrome-extension/package.json b/apps/chrome-extension/package.json index ad82e47..762f02d 100644 --- a/apps/chrome-extension/package.json +++ b/apps/chrome-extension/package.json @@ -1,6 +1,6 @@ { "name": "llm-prompt-templates", - "version": "1.8.0", + "version": "1.8.1", "description": "Get more out of your LLM with the latest advances in prompt engineering", "type": "commonjs", "repository": {