@frigade/js 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -144,5 +144,6 @@ of onboarding to see how they performed and make improvements.
144
144
  Frigade automatically tracks state management and onboarding progress. Give your team full observability into the
145
145
  customer journey, and use Frigade to kick off automated workflows.
146
146
 
147
+
147
148
  To learn more, visit [frigade.com](<https://frigade.com>)
148
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frigade/js",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "The official Javascript SDK for Frigade.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",