Skip to content

Commit 4616694

Browse files
committed
Bump to 0.2.1
1 parent 69a2073 commit 4616694

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@friendlycaptcha/server-sdk",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Serverside client SDK for the Friendly Captcha V2 API",
55
"main": "dist/index.js",
66
"type": "module",

src/client/version.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is auto-generated by scripts/updateVersion.mjs
22
// Do not edit this file directly
3-
export const SDK_VERSION = "0.2.0";
3+
export const SDK_VERSION = "0.2.1";

0 commit comments

Comments
 (0)