diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3dc6c..48352d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.6.24] - 2024-10-22 + +### Fixed + +- Fix npm publish. + ## [1.6.23] - 2024-10-22 ### Changed @@ -155,6 +161,7 @@ - Api `Affise.android.getReferrer` to `Affise.getReferrer` - Api `Affise.android.getReferrerValue` to `Affise.getReferrerValue` +[1.6.24]: https://github.com/affise/sdk-react/compare/1.6.23...1.6.24 [1.6.23]: https://github.com/affise/sdk-react/compare/1.6.22...1.6.23 [1.6.22]: https://github.com/affise/sdk-react/compare/1.6.21...1.6.22 [1.6.21]: https://github.com/affise/sdk-react/compare/1.6.20...1.6.21 diff --git a/package.json b/package.json index 76659c3..6dbe77b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "affise-attribution-lib", - "version": "1.6.23", + "version": "1.6.24", "description": "Affise Attribution Library", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/src/index.ts b/src/index.ts index 9e1e999..49093ad 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,7 +2,7 @@ import type { AffiseEvent, AffiseInitPropertiesType, AffiseInitProperties, - AutoCatchingType, + // AutoCatchingType, ReferrerKey, CoarseValue, AffiseModules, diff --git a/src/settings/AffiseSettings.ts b/src/settings/AffiseSettings.ts index de56217..5bcef9b 100644 --- a/src/settings/AffiseSettings.ts +++ b/src/settings/AffiseSettings.ts @@ -1,4 +1,8 @@ -import {Affise, AffiseInitProperties, AutoCatchingType} from "../index"; +import { + Affise, + AffiseInitProperties, + // AutoCatchingType +} from "../index"; export class AffiseSettings { private readonly affiseAppId: string;