We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c267a6 commit e46bbfcCopy full SHA for e46bbfc
examples/nodejs/package.json
@@ -52,7 +52,7 @@
52
"dependencies": {
53
"@langbase/cli": "^0.1.7",
54
"dotenv": "^16.4.5",
55
- "langbase": "1.2.2",
+ "langbase": "1.2.3",
56
"uuid": "^11.1.0",
57
"zod": "^3.21.4",
58
"zod-to-json-schema": "^3.24.5"
packages/langbase/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# `langbase` SDK
2
3
+## 1.2.3
4
+
5
+### Patch Changes
6
7
+- 📦 NEW: Make workflow config optional
8
9
## 1.2.2
10
11
### Patch Changes
packages/langbase/package.json
@@ -1,6 +1,6 @@
{
"name": "langbase",
- "version": "1.2.2",
+ "version": "1.2.3",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
0 commit comments