Skip to content

Commit 54590d6

Browse files
chore(llm-prompt-templates): 1.3.1 [skip ci]
## [1.3.1](llm-prompt-templates-v1.3.0...llm-prompt-templates-v1.3.1) (2023-11-02) ### Bug Fixes * update package.json version on release ([#17](#17)) ([59a829c](59a829c))
1 parent 59a829c commit 54590d6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

libs/llm-prompt-templates/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [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)
2+
3+
4+
### Bug Fixes
5+
6+
* update package.json version on release ([#17](https://github.com/rpidanny/llm-prompt-templates/issues/17)) ([59a829c](https://github.com/rpidanny/llm-prompt-templates/commit/59a829cec1a75a8026938ca7837fa57836e01006))
7+
18
# [1.3.0](https://github.com/rpidanny/llm-prompt-templates/compare/llm-prompt-templates-v1.2.0...llm-prompt-templates-v1.3.0) (2023-05-27)
29

310

libs/llm-prompt-templates/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rpidanny/llm-prompt-templates",
3-
"version": "1.0.1",
3+
"version": "1.3.1",
44
"type": "commonjs",
55
"exports": {
66
".": "./src/index.js",
@@ -17,4 +17,4 @@
1717
"url": "https://github.com/rpidanny/llm-prompt-templates.git",
1818
"directory": "libs/llm-prompt-templates"
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)