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,3 +1,3 @@
{
".": "0.32.1"
".": "0.33.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.33.0](https://github.com/linq-team/linq-node/compare/v0.32.1...v0.33.0) (2026-08-04)


### Features

* add action field to message content for in-app experiences ([3d72197](https://github.com/linq-team/linq-node/commit/3d72197fd2e95680341decbba72a40ecd17daa5c))
* add agentcard payment provider api ([3d72197](https://github.com/linq-team/linq-node/commit/3d72197fd2e95680341decbba72a40ecd17daa5c))
* add exclude_from parameter to control line selection ([3d72197](https://github.com/linq-team/linq-node/commit/3d72197fd2e95680341decbba72a40ecd17daa5c))
* add reconciled_at field to message objects ([3d72197](https://github.com/linq-team/linq-node/commit/3d72197fd2e95680341decbba72a40ecd17daa5c))
* support url-type fields in message action parameters ([3d72197](https://github.com/linq-team/linq-node/commit/3d72197fd2e95680341decbba72a40ecd17daa5c))


### Bug Fixes

* clarify contact card creation and update behavior ([3d72197](https://github.com/linq-team/linq-node/commit/3d72197fd2e95680341decbba72a40ecd17daa5c))
* clarify idempotency key behavior with deleted messages ([3d72197](https://github.com/linq-team/linq-node/commit/3d72197fd2e95680341decbba72a40ecd17daa5c))
* clarify message.failed webhook delivery behavior ([3d72197](https://github.com/linq-team/linq-node/commit/3d72197fd2e95680341decbba72a40ecd17daa5c))
* clarify opt-out keyword matching requirements for chat health ([3d72197](https://github.com/linq-team/linq-node/commit/3d72197fd2e95680341decbba72a40ecd17daa5c))

## [0.32.1](https://github.com/linq-team/linq-node/compare/v0.32.0...v0.32.1) (2026-07-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linqapp/sdk",
"version": "0.32.1",
"version": "0.33.0",
"description": "The official TypeScript library for the Linq API V3 API",
"author": "Linq API V3 <support@linq.com>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dxt_version": "0.2",
"name": "@linqapp/sdk-mcp",
"version": "0.32.1",
"version": "0.33.0",
"description": "The official MCP Server for the Linq API V3 API",
"author": {
"name": "Linq API V3",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linqapp/sdk-mcp",
"version": "0.32.1",
"version": "0.33.0",
"description": "The official MCP Server for the Linq API V3 API",
"author": "Linq API V3 <support@linq.com>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.32.1'; // x-release-please-version
export const VERSION = '0.33.0'; // x-release-please-version
Loading