Skip to content

Commit d16454a

Browse files
titouanmathisclaude
andcommitted
Release 0.10.12
Co-authored-by: Claude <claude@anthropic.com>
1 parent 0b447a2 commit d16454a

8 files changed

Lines changed: 16 additions & 13 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.10.12] - 2026.05.27
11+
1012
### Added
1113

1214
- **CLI**: Add `productive run` (alias `productive script`) command to execute JS/TS scripts with a pre-configured Productive SDK client injected automatically ([ff1e486], [#173])
@@ -18,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1820
- **CLI**: Add `--dry-run` flag to `productive run` — intercepts mutating API calls (POST/PATCH/PUT/DELETE) via a `globalThis.fetch` wrapper, records them without executing, and prints a summary table ([4068429], [#173])
1921
- **CLI**: Add `export const meta: ScriptMeta` convention and `productive run --list [dir]` for script discovery — lists `.ts`/`.js` files in a directory with name, description, and usage from each script's `meta` export ([db674cd], [#173])
2022

23+
[0.10.12]: https://github.com/studiometa/productive-tools/compare/0.10.11...0.10.12
2124
[ff1e486]: https://github.com/studiometa/productive-tools/commit/ff1e486
2225
[c432a57]: https://github.com/studiometa/productive-tools/commit/c432a57
2326
[2de17c8]: https://github.com/studiometa/productive-tools/commit/2de17c8

package-lock.json

Lines changed: 7 additions & 7 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.11",
3+
"version": "0.10.12",
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.11",
3+
"version": "0.10.12",
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.11",
3+
"version": "0.10.12",
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.11",
3+
"version": "0.10.12",
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.11",
3+
"version": "0.10.12",
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.11",
3+
"version": "0.10.12",
44
"description": "Fluent TypeScript SDK for Productive.io API",
55
"keywords": [
66
"json-api",

0 commit comments

Comments
 (0)