Skip to content

Commit fa50878

Browse files
chore: bump version
1 parent 7994bb9 commit fa50878

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@phase.dev/phase-node",
3-
"version": "3.1.1",
4-
"description": "Node.js Server SDK for Phase",
3+
"version": "3.2.0",
4+
"description": "Node.js SDK for Phase",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"repository": "https://github.com/phasehq/node-sdk",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const LIB_VERSION = "3.1.1";
1+
export const LIB_VERSION = "3.2.0";

0 commit comments

Comments
 (0)