Skip to content

Commit 31825eb

Browse files
chore: update package versions [version bump] [skip ci]
1 parent 61b26a3 commit 31825eb

5 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/starts-with-ends-with-operators.md

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

src/PostHog/CHANGELOG.md

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

3+
## 2.13.0
4+
5+
### Minor Changes
6+
7+
- 61b26a3: Support the `starts_with`, `not_starts_with`, `ends_with`, and `not_ends_with` property filter operators in feature flag local evaluation. Matching is case-insensitive and mirrors `icontains`, so flags using these operators no longer fail local evaluation.
8+
9+
Property filter operators this SDK version doesn't recognize now deserialize as `ComparisonOperator.Unknown` instead of failing the entire local evaluation response, so only the affected flag falls back to remote evaluation.
10+
311
## 2.12.2
412

513
### Patch 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.12.2";
16+
public const string Version = "2.13.0";
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.12.2</Version>
4+
<Version>2.13.0</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.12.2",
3+
"version": "2.13.0",
44
"private": true
55
}

0 commit comments

Comments
 (0)