Skip to content

Commit 5596fa1

Browse files
chore: version packages (#135)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0fa85f6 commit 5596fa1

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/some-otters-own.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

libs/deepagents/CHANGELOG.md

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

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- [#133](https://github.com/langchain-ai/deepagentsjs/pull/133) [`0fa85f6`](https://github.com/langchain-ai/deepagentsjs/commit/0fa85f61695af4ad6cdea4549c798e8219448bbb) Thanks [@christian-bromann](https://github.com/christian-bromann)! - chore(deepagents): update deps
8+
39
## 1.5.0
410

511
### Minor Changes

libs/deepagents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deepagents",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Deep Agents - a library for building controllable AI agents with LangGraph",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)