Skip to content

Commit 2c9fb2e

Browse files
Merge pull request #10 from CleverTap/develop
[NPM version parity] Replace SDK version 0.0.3 with version 0.0.4
2 parents 7376d25 + 5f765c4 commit 2c9fb2e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
### Version 0.0.3 (September 12, 2023)
3+
### Version 0.0.4 (September 12, 2023)
44
-------------------------------------------
55

66
**What's new**

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clevertap/clevertap-signed-call-react-native",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "The CleverTap's Signed Call React Native SDK provides an in-app calls service to make and receive calls in the mobile apps.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -31,7 +31,6 @@
3131
"typecheck": "tsc --noEmit",
3232
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3333
"prepack": "bob build",
34-
"release": "release-it",
3534
"example": "yarn --cwd example",
3635
"bootstrap": "yarn example && yarn install && yarn example pods",
3736
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build"

0 commit comments

Comments
 (0)