From e3849cd1e646333d4ab07191e8baf44dedc58fef Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 May 2023 20:14:07 +0000 Subject: [PATCH] chore(chrome-extension): 1.5.0 [skip ci] # [1.5.0](https://github.com/rpidanny/llm-prompt-templates/compare/chrome-extension-v1.4.0...chrome-extension-v1.5.0) (2023-05-12) ### Features * add summarization prompts ([#9](https://github.com/rpidanny/llm-prompt-templates/issues/9)) ([693ee2b](https://github.com/rpidanny/llm-prompt-templates/commit/693ee2b63e65dc7dae5ab34ef41f5e9b8505a24e)) --- 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 7277184..29954af 100644 --- a/apps/chrome-extension/CHANGELOG.md +++ b/apps/chrome-extension/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://github.com/rpidanny/llm-prompt-templates/compare/chrome-extension-v1.4.0...chrome-extension-v1.5.0) (2023-05-12) + + +### Features + +* add summarization prompts ([#9](https://github.com/rpidanny/llm-prompt-templates/issues/9)) ([693ee2b](https://github.com/rpidanny/llm-prompt-templates/commit/693ee2b63e65dc7dae5ab34ef41f5e9b8505a24e)) + # [1.4.0](https://github.com/rpidanny/llm-prompt-templates/compare/chrome-extension-v1.3.0...chrome-extension-v1.4.0) (2023-05-11) diff --git a/apps/chrome-extension/package.json b/apps/chrome-extension/package.json index d8cb51b..fa36bb0 100644 --- a/apps/chrome-extension/package.json +++ b/apps/chrome-extension/package.json @@ -1,6 +1,6 @@ { "name": "llm-prompt-templates", - "version": "1.4.0", + "version": "1.5.0", "description": "Get more out of your LLM with the latest advances in prompt engineering", "type": "commonjs", "repository": {