Skip to content

Commit d673b0e

Browse files
committed
choir: update changeset to publish
1 parent ab64ba1 commit d673b0e

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

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.6
4+
5+
### Patch Changes
6+
7+
- fix publish errors
8+
39
## 0.1.5
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.5",
3+
"version": "0.1.6",
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.9
4+
5+
### Patch Changes
6+
7+
- fix publish errors
8+
- Updated dependencies
9+
- fmp-node-api@0.1.6
10+
311
## 0.0.8
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.8",
3+
"version": "0.0.9",
44
"description": "AI tools for FMP Node API - compatible with Vercel AI SDK, Langchain, OpenAI, and more",
55
"exports": {
66
"./vercel-ai": {

0 commit comments

Comments
 (0)