Skip to content

Commit 435e074

Browse files
chore(llm-prompt-templates): 1.5.0 [skip ci]
# [1.5.0](llm-prompt-templates-v1.4.0...llm-prompt-templates-v1.5.0) (2024-06-09) ### Features * update chatgpt domain and query selector ([#20](#20)) ([7e94d26](7e94d26))
1 parent 7e94d26 commit 435e074

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

libs/llm-prompt-templates/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.5.0](https://github.com/rpidanny/llm-prompt-templates/compare/llm-prompt-templates-v1.4.0...llm-prompt-templates-v1.5.0) (2024-06-09)
2+
3+
4+
### Features
5+
6+
* update chatgpt domain and query selector ([#20](https://github.com/rpidanny/llm-prompt-templates/issues/20)) ([7e94d26](https://github.com/rpidanny/llm-prompt-templates/commit/7e94d26b5f687d4af7d4500c83a3e8cb0cbacc03))
7+
18
# [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)
29

310

libs/llm-prompt-templates/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rpidanny/llm-prompt-templates",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
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)