Skip to content

Commit 3b41861

Browse files
committed
choir: changeset for publishing
1 parent 6ccfca4 commit 3b41861

6 files changed

Lines changed: 23 additions & 3 deletions

File tree

packages/api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# fmp-node-api
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- publish seperate library for types
8+
39
## 0.1.6
410

511
### Patch Changes

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": "fmp-node-api",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "A comprehensive Node.js wrapper for Financial Modeling Prep API",
55
"disclaimer": "This package is not affiliated with, endorsed by, or sponsored by Financial Modeling Prep (FMP). This is an independent, community-developed wrapper.",
66
"main": "./dist/index.js",

packages/tools/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# fmp-ai-tools
22

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- publish seperate library for types
8+
- Updated dependencies
9+
- fmp-node-api@0.1.7
10+
311
## 0.0.9
412

513
### Patch Changes

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fmp-ai-tools",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "AI tools for FMP Node API - compatible with Vercel AI SDK, Langchain, OpenAI, and more",
55
"exports": {
66
"./vercel-ai": {

packages/types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# fmp-node-types
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- publish seperate library for types
8+
39
## 0.1.1
410

511
### Patch Changes

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fmp-node-types",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Shared TypeScript types for FMP Node Wrapper ecosystem (internal package)",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)