Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardodouradol committed Apr 25, 2024
1 parent 1390035 commit f811150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useblu/blu-lytics",
"version": "1.0.8",
"version": "1.0.9",
"private": false,
"license": "MIT",
"main": "lib/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/providers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const providersDefault: ProviderType[] = [
SentryProvider,
MixPanelProvider,
FullStoryProvider,
ClarityProvider,
];
/**
* An array containing the list of providers, initialized with the default provider(s).
Expand Down

0 comments on commit f811150

Please sign in to comment.