Skip to content

Commit f5253f1

Browse files
authored
Merge pull request #55 from langchain-ai/changeset-release/main
chore: version packages
2 parents cca47b4 + 97850bb commit f5253f1

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/itchy-needles-admire.md

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

.github/workflows/pr_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permissions:
55

66
on:
77
pull_request:
8-
types: [opened, edited, synchronize]
8+
types: [opened, edited, synchronize, reopened]
99

1010
jobs:
1111
lint-pr-title:

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.1.1
4+
5+
### Patch Changes
6+
7+
- dbdef4c: thread config options to subagents
8+
39
## 1.1.0
410

511
### Minor Changes

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.1.0",
3+
"version": "1.1.1",
44
"description": "Deep Agents - a library for building controllable AI agents with LangGraph",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)