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 7994bb9 commit fa50878Copy full SHA for fa50878
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@phase.dev/phase-node",
3
- "version": "3.1.1",
4
- "description": "Node.js Server SDK for Phase",
+ "version": "3.2.0",
+ "description": "Node.js SDK for Phase",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
"repository": "https://github.com/phasehq/node-sdk",
src/version.ts
@@ -1 +1 @@
-export const LIB_VERSION = "3.1.1";
+export const LIB_VERSION = "3.2.0";
0 commit comments