Skip to content

Commit 773723c

Browse files
chore: release 0.2.4 [version bump] [skip ci]
1 parent b2c5925 commit 773723c

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/tidy-points-kiss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- b2c5925: update license files and add source headers
8+
39
## 0.2.3
410

511
### Patch Changes

com.posthog.unity/Runtime/Utilities/SdkInfo.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ static partial class SdkInfo
1010
/// <summary>
1111
/// The current SDK version.
1212
/// </summary>
13-
public const string Version = "0.2.3";
13+
public const string Version = "0.2.4";
1414
}
1515
}

com.posthog.unity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.posthog.unity",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"displayName": "PostHog Analytics",
55
"description": "PostHog analytics SDK for Unity. Capture events, identify users, and track sessions.",
66
"unity": "2021.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.posthog.unity",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"private": true,
55
"packageManager": "pnpm@10.12.1",
66
"scripts": {

0 commit comments

Comments
 (0)