Skip to content

Commit

Permalink
bump patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus committed Dec 11, 2024
1 parent 63567e9 commit 4b58bb4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions posthog-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Next

# 4.3.2 - 2024-12-11

1. Revert: Fix bug where this SDK incorrectly sent `$feature_flag_called` events with null values when using `getFeatureFlagPayload`.

# 4.3.1 - 2024-11-26

1. Fix bug where this SDK incorrectly sent `$feature_flag_called` events with null values when using `getFeatureFlagPayload`.

# 4.3.0 - 2024-11-25

1. Add Sentry v8 support to the Sentry integration
Expand Down
2 changes: 1 addition & 1 deletion posthog-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "posthog-node",
"version": "4.3.0",
"version": "4.3.2",
"description": "PostHog Node.js integration",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion posthog-node/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export type PostHogNodeV1 = {

/**
* @description Retrieves payload associated with the specified flag and matched value that is passed in.
* (Expected to be used in conjuction with getFeatureFlag but allows for manual lookup).
* (Expected to be used in conjunction with getFeatureFlag but allows for manual lookup).
* If matchValue isn't passed, getFeatureFlag is called implicitly.
* Will try to evaluate for payload locally first otherwise default to network call if allowed
*
Expand Down

0 comments on commit 4b58bb4

Please sign in to comment.