Skip to content

Commit

Permalink
chore: release v2.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeichmann committed May 16, 2024
1 parent 03d00c4 commit 08fb5f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langfuse",
"version": "2.41.1",
"version": "2.42.0",
"author": "engineering@langfuse.com",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "2.41.1",
"version": "2.42.0",
"private": true,
"license": "MIT",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion web/src/constants/VERSION.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "v2.41.1";
export const VERSION = "v2.42.0";
2 changes: 1 addition & 1 deletion worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "worker",
"version": "2.41.1",
"version": "2.42.0",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion worker/src/constants/VERSION.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "v2.41.1";
export const VERSION = "v2.42.0";

0 comments on commit 08fb5f4

Please sign in to comment.