Compare commits

...
1 Commits
Author SHA1 Message Date
Max Deichmann 9038c8e217 chore: release v1.33.4
CI/CD / push-docker-image (push) Blocked by required conditions
CI/CD / tests (18) (push) Failing after 58s
CI/CD / tests (20) (push) Failing after 49s
release.yml / release (push) Failing after 2s
CI/CD / e2e-tests (push) Failing after 48s
CI/CD / lint (push) Successful in 4m5s
CI/CD / test-docker-build (push) Successful in 4m22s
CI/CD / all-ci-passed (push) Waiting to run
2024-01-17 14:04:16 +01:00
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "langfuse-core",
"version": "1.33.3",
"version": "1.33.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "langfuse-core",
"version": "1.33.3",
"version": "1.33.4",
"hasInstallScript": true,
"dependencies": {
"@anthropic-ai/tokenizer": "^0.0.4",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "langfuse-core",
"version": "1.33.3",
"version": "1.33.4",
"private": true,
"scripts": {
"prebuild": "cp generated/openapi-client/openapi.yml public/openapi-client.yml && cp generated/openapi-server/openapi.yml public/openapi-server.yml",
+1 -1
View File
@@ -1 +1 @@
export const VERSION = "v1.33.3";
export const VERSION = "v1.33.4";