Skip to content

Commit 9119c94

Browse files
chore: update package versions [version bump] [skip ci]
1 parent 90e0c94 commit 9119c94

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/standardize-event-buffer-defaults.md

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

src/PostHog/CHANGELOG.md

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

3+
## 2.11.1
4+
5+
### Patch Changes
6+
7+
- 90e0c94: Standardize event buffering defaults at a 10,000-event queue, 100-event flush threshold, 100-event maximum batch size, and 5-second flush interval.
8+
39
## 2.11.0
410

511
### Minor Changes

src/PostHog/Generated/VersionConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ public static class VersionConstants
1313
/// <summary>
1414
/// The version of the PostHog package.
1515
/// </summary>
16-
public const string Version = "2.11.0";
16+
public const string Version = "2.11.1";
1717
}

src/PostHog/PostHog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>2.11.0</Version>
4+
<Version>2.11.1</Version>
55
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<PackageId>PostHog</PackageId>

src/PostHog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "PostHog",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"private": true
55
}

0 commit comments

Comments
 (0)