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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/api": "8.2.0",
"packages/api": "8.2.1",
"packages/client": "7.1.0",
"packages/date-range": "6.0.3",
"packages/explode": "4.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [8.2.1](https://github.com/johngeorgewright/targetd/compare/@targetd/api-v8.2.0...@targetd/api-v8.2.1) (2026-04-10)


### Bug Fixes

* simplify requiresQuery assignment and update Any type to use any for parser definitions ([be29759](https://github.com/johngeorgewright/targetd/commit/be29759a1f76e3e9033fa352fa8471fda22d532d))
* update Any type to use Record for parser definitions ([cdf9866](https://github.com/johngeorgewright/targetd/commit/cdf98666ee006d6d07846eb1327155863be1aba8))

## [8.2.0](https://github.com/johngeorgewright/targetd/compare/@targetd/api-v8.1.2...@targetd/api-v8.2.0) (2026-04-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/api/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@targetd/api",
"description": "Type-safe targeting and feature flag system with dynamic content delivery based on query conditions. Perfect for A/B testing, feature flags, and content personalization.",
"version": "8.2.0",
"version": "8.2.1",
"exports": "./src/index.ts",
"fmt": {
"semiColons": false,
Expand Down
Loading