Skip to content

Commit bb31e04

Browse files
titouanmathisclaude
andcommitted
Bump version to 0.10.9
Co-authored-by: Claude <claude@anthropic.com>
1 parent 56a64e7 commit bb31e04

8 files changed

Lines changed: 33 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.9] - 2026.03.04
11+
12+
### Fixed
13+
14+
- **API**: Fix `data_type_id` attribute name for custom fields (was read as `data_type`, always returning `undefined`) ([a1e85dd], [#153])
15+
16+
### Changed
17+
18+
- **MCP**: Upgrade `h3` to v2, migrating to web-standard APIs (`new H3()`, `event.req/res`, `event.runtime?.node`) ([56a64e7], [#154])
19+
- Replace `tsc` with `tsgo` for type checking ([1fc8c61])
20+
- Update dependencies ([ca0a297])
21+
22+
[0.10.9]: https://github.com/studiometa/productive-tools/compare/0.10.8...0.10.9
23+
[a1e85dd]: https://github.com/studiometa/productive-tools/commit/a1e85dd
24+
[56a64e7]: https://github.com/studiometa/productive-tools/commit/56a64e7
25+
[1fc8c61]: https://github.com/studiometa/productive-tools/commit/1fc8c61
26+
[ca0a297]: https://github.com/studiometa/productive-tools/commit/ca0a297
27+
[#153]: https://github.com/studiometa/productive-tools/pull/153
28+
[#154]: https://github.com/studiometa/productive-tools/pull/154
29+
1030
## [0.10.8] - 2026-02-26
1131

1232
### Added

package-lock.json

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/productive",
3-
"version": "0.10.8",
3+
"version": "0.10.9",
44
"private": true,
55
"description": "Productive.io tools - CLI and MCP server for AI agents and humans",
66
"keywords": [

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/productive-api",
3-
"version": "0.10.8",
3+
"version": "0.10.9",
44
"description": "Productive.io API client, types, and formatters",
55
"keywords": [
66
"api",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/productive-cli",
3-
"version": "0.10.8",
3+
"version": "0.10.9",
44
"description": "CLI tool for interacting with Productive.io API - optimized for AI agents and humans",
55
"keywords": [
66
"ai-agent",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/productive-core",
3-
"version": "0.10.8",
3+
"version": "0.10.9",
44
"description": "Shared business logic for Productive.io tools - executors, resolvers, and context",
55
"keywords": [
66
"api",

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/productive-mcp",
3-
"version": "0.10.8",
3+
"version": "0.10.9",
44
"description": "MCP server for Productive.io API - Model Context Protocol integration for Claude Desktop",
55
"keywords": [
66
"ai",

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/productive-sdk",
3-
"version": "0.10.8",
3+
"version": "0.10.9",
44
"description": "Fluent TypeScript SDK for Productive.io API",
55
"keywords": [
66
"json-api",

0 commit comments

Comments
 (0)