Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/mixpanel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.24.0](https://github.com/mixpanel/mixpanel-node/tree/v0.24.0) (2026-09-01)

### Features
- Implement semver and date custom ops for flags runtime props ([#291](https://github.com/mixpanel/mixpanel-node/pull/291))

[Full Changelog](https://github.com/mixpanel/mixpanel-node/compare/v0.23.0...v0.24.0)

## [v0.23.0](https://github.com/mixpanel/mixpanel-node/tree/v0.23.0) (2026-07-29)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/mixpanel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"api",
"stats"
],
"version": "0.23.0",
"version": "0.24.0",
"homepage": "https://github.com/mixpanel/mixpanel-node",
"author": "Carl Sverre",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mixpanel/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mixpanel-node

##### _July 29, 2026_ - [v0.23.0](https://github.com/mixpanel/mixpanel-node/releases/tag/v0.23.0)
##### _September 01, 2026_ - [v0.24.0](https://github.com/mixpanel/mixpanel-node/releases/tag/v0.24.0)

![Build Status](https://github.com/mixpanel/mixpanel-node/actions/workflows/tests.yml/badge.svg)

Expand Down
Loading