Skip to content

Commit

Permalink
chore(llm-prompt-templates): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](llm-prompt-templates-v1.3.1...llm-prompt-templates-v1.4.0) (2023-11-13)

### Features

* add solve coding challenge prompt ([#19](#19)) ([da8462c](da8462c))
  • Loading branch information
semantic-release-bot committed Nov 13, 2023
1 parent da8462c commit 0b2dd37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions libs/llm-prompt-templates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.4.0](https://github.com/rpidanny/llm-prompt-templates/compare/llm-prompt-templates-v1.3.1...llm-prompt-templates-v1.4.0) (2023-11-13)


### Features

* add solve coding challenge prompt ([#19](https://github.com/rpidanny/llm-prompt-templates/issues/19)) ([da8462c](https://github.com/rpidanny/llm-prompt-templates/commit/da8462c213fcc0bc5af1843171654793f98488b2))

## [1.3.1](https://github.com/rpidanny/llm-prompt-templates/compare/llm-prompt-templates-v1.3.0...llm-prompt-templates-v1.3.1) (2023-11-02)


Expand Down
4 changes: 2 additions & 2 deletions libs/llm-prompt-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpidanny/llm-prompt-templates",
"version": "1.3.1",
"version": "1.4.0",
"type": "commonjs",
"exports": {
".": "./src/index.js",
Expand All @@ -17,4 +17,4 @@
"url": "https://github.com/rpidanny/llm-prompt-templates.git",
"directory": "libs/llm-prompt-templates"
}
}
}

0 comments on commit 0b2dd37

Please sign in to comment.