From e06c38f3574dfc6e15d6526c4992de8943cbc0ba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 13 May 2023 10:57:03 +0000 Subject: [PATCH] chore(llm-prompt-templates): 1.2.0 [skip ci] # [1.2.0](https://github.com/rpidanny/llm-prompt-templates/compare/llm-prompt-templates-v1.1.0...llm-prompt-templates-v1.2.0) (2023-05-13) ### Features * add writing prompts ([#10](https://github.com/rpidanny/llm-prompt-templates/issues/10)) ([8be94ed](https://github.com/rpidanny/llm-prompt-templates/commit/8be94ed55e71539b1f58c677ca9f2f1d3295b243)) --- libs/llm-prompt-templates/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libs/llm-prompt-templates/CHANGELOG.md b/libs/llm-prompt-templates/CHANGELOG.md index 58ccd16..1519d3a 100644 --- a/libs/llm-prompt-templates/CHANGELOG.md +++ b/libs/llm-prompt-templates/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/rpidanny/llm-prompt-templates/compare/llm-prompt-templates-v1.1.0...llm-prompt-templates-v1.2.0) (2023-05-13) + + +### Features + +* add writing prompts ([#10](https://github.com/rpidanny/llm-prompt-templates/issues/10)) ([8be94ed](https://github.com/rpidanny/llm-prompt-templates/commit/8be94ed55e71539b1f58c677ca9f2f1d3295b243)) + # [1.1.0](https://github.com/rpidanny/llm-prompt-templates/compare/llm-prompt-templates-v1.0.3...llm-prompt-templates-v1.1.0) (2023-05-12)