diff --git a/.changeset/fix-types-exports.md b/.changeset/fix-types-exports.md deleted file mode 100644 index 183bb75..0000000 --- a/.changeset/fix-types-exports.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@openrouter/agent": patch ---- - -Fix type exports and add pre-push hooks - -- Add `NewDeveloperMessageItem` type export for manually added developer messages -- Fix `FieldOrAsyncFunction` type import path in async-params module -- Add `.npmignore` to exclude development files from published package -- Add husky pre-push hooks for lint and typecheck validation diff --git a/CHANGELOG.md b/CHANGELOG.md index aee7c9e..9bee052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @openrouter/agent +## 0.3.1 + +### Patch Changes + +- [#22](https://github.com/OpenRouterTeam/typescript-agent/pull/22) [`ab5a75c`](https://github.com/OpenRouterTeam/typescript-agent/commit/ab5a75c43d75f33c0a12e4558c11fd98457d2a6c) Thanks [@mattapperson](https://github.com/mattapperson)! - Fix type exports and add pre-push hooks + + - Add `NewDeveloperMessageItem` type export for manually added developer messages + - Fix `FieldOrAsyncFunction` type import path in async-params module + - Add `.npmignore` to exclude development files from published package + - Add husky pre-push hooks for lint and typecheck validation + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index 66adcd9..878f2ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openrouter/agent", - "version": "0.3.0", + "version": "0.3.1", "author": "OpenRouter", "description": "Agent toolkit for building AI applications with OpenRouter — tool orchestration, streaming, multi-turn conversations, and format compatibility.", "keywords": [