Skip to content

Commit 5aadb53

Browse files
titouanmathisclaude
andcommitted
Prepare 0.9.1 release
Co-authored-by: Claude <claude@anthropic.com>
1 parent 7a3fb2f commit 5aadb53

7 files changed

Lines changed: 19 additions & 12 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.9.1] - 2026-02-17
11+
1012
### Fixed
1113

1214
- **API**: Auto-migrate legacy config from `~/.config/` to `~/Library/Application Support/` on macOS ([8ba9e89], [#36])
1315
- **CLI**: Print one-time notice when config migration occurs ([8ba9e89], [#36])
16+
- **API**: Add missing `repository` field in productive-api `package.json` (fixes npm provenance error) ([b68c5f6])
17+
- **API**: Add missing `author` and `keywords` in productive-api `package.json` ([a620069])
1418

1519
## [0.9.0] - 2026-02-17
1620

@@ -99,8 +103,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99103
- Fix `vi.mock()` and dynamic `import()` paths after test file relocation ([#26])
100104
- Silence `console.error` in unknown subcommand tests to clean up test output ([#26])
101105

102-
[Unreleased]: https://github.com/studiometa/productive-tools/compare/0.9.0...HEAD
106+
[Unreleased]: https://github.com/studiometa/productive-tools/compare/0.9.1...HEAD
107+
[0.9.1]: https://github.com/studiometa/productive-tools/compare/0.9.0...0.9.1
103108
[8ba9e89]: https://github.com/studiometa/productive-tools/commit/8ba9e89
109+
[b68c5f6]: https://github.com/studiometa/productive-tools/commit/b68c5f6
110+
[a620069]: https://github.com/studiometa/productive-tools/commit/a620069
104111
[#36]: https://github.com/studiometa/productive-tools/pull/36
105112
[0.9.0]: https://github.com/studiometa/productive-tools/compare/0.8.5...0.9.0
106113
[95c5cbe]: https://github.com/studiometa/productive-tools/commit/95c5cbe

package-lock.json

Lines changed: 6 additions & 6 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.9.0",
3+
"version": "0.9.1",
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.9.0",
3+
"version": "0.9.1",
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.9.0",
3+
"version": "0.9.1",
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.9.0",
3+
"version": "0.9.1",
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.9.0",
3+
"version": "0.9.1",
44
"description": "MCP server for Productive.io API - Model Context Protocol integration for Claude Desktop",
55
"keywords": [
66
"ai",

0 commit comments

Comments
 (0)