Skip to content

Commit

Permalink
1.6.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Korney committed Oct 22, 2024
1 parent cd28311 commit e26768a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.6.24] - 2024-10-22

### Fixed

- Fix npm publish.

## [1.6.23] - 2024-10-22

### Changed
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type {
AffiseEvent,
AffiseInitPropertiesType,
AffiseInitProperties,
AutoCatchingType,
// AutoCatchingType,
ReferrerKey,
CoarseValue,
AffiseModules,
Expand Down
6 changes: 5 additions & 1 deletion src/settings/AffiseSettings.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import {Affise, AffiseInitProperties, AutoCatchingType} from "../index";
import {
Affise,
AffiseInitProperties,
// AutoCatchingType
} from "../index";

export class AffiseSettings {
private readonly affiseAppId: string;
Expand Down

0 comments on commit e26768a

Please sign in to comment.