Skip to content

Commit 4cc7bb6

Browse files
chore: minor cleanups from PRs
1 parent 4916374 commit 4cc7bb6

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

packages/stdlib/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @agentic/stdlib
22

3+
## 7.4.2
4+
5+
### Patch Changes
6+
7+
- Bug fix for zoominfo re-authentication
8+
- Updated dependencies
9+
- @agentic/zoominfo@7.4.2
10+
311
## 7.4.1
412

513
### Patch Changes

packages/stdlib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic/stdlib",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
44
"description": "Standard library of AI functions which work with any LLM and TypeScript AI SDK.",
55
"author": "Travis Fischer <[email protected]>",
66
"license": "MIT",

packages/zoominfo/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @agentic/zoominfo
22

3+
## 7.4.2
4+
5+
### Patch Changes
6+
7+
- Bug fix for zoominfo re-authentication
8+
39
## 7.4.1
410

511
### Patch Changes

packages/zoominfo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic/zoominfo",
3-
"version": "7.4.1",
3+
"version": "7.4.2",
44
"description": "Agentic SDK for ZoomInfo.",
55
"author": "Travis Fischer <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)