Skip to content

Commit afa54bd

Browse files
authored
Package version bump (#140)
1 parent cd8be16 commit afa54bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/libs/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"directory": "packages/libs/sdk"
77
},
88
"license": "MIT",
9-
"version": "2.4.2",
9+
"version": "2.5.2",
1010
"main": "./cjs/index.js",
1111
"module": "./esm/index.js",
1212
"types": "./index.d.ts",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Ideally we read directly from package.json, but ran into some packaging issues with that
2-
export const PACKAGE_VERSION = '2.4.2';
2+
export const PACKAGE_VERSION = '2.5.2';

0 commit comments

Comments
 (0)