Skip to content

Commit

Permalink
Merge pull request #337 from aesirxio/develop
Browse files Browse the repository at this point in the history
Prepare to release
  • Loading branch information
vietredweb authored Dec 27, 2024
2 parents 4f50d58 + 6472168 commit 9d839a3
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": "aesirx-analytics",
"version": "2.3.5",
"version": "2.3.6",
"license": "GPL-3.0-only",
"author": "AesirX",
"repository": "https://gitlab.redweb.dk/aesirx/analytics",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ export { default as AnalyticsReactHandle } from './AnalyticsReact/handle';
export { default as AnalyticsNextHandle } from './AnalyticsNext/handle';
export { trackEvent, startTracker, endTrackerVisibilityState } from './utils';
export { AnalyticsContext } from './utils/AnalyticsContextProvider';
export { default as AnalyticsContextProvider } from './utils/AnalyticsContextProvider';
export { default as getFingerprint } from './lib/fingerprint';
export { default as OptInConsent } from './Components/OptInConsent';

0 comments on commit 9d839a3

Please sign in to comment.