Skip to content

Commit 05fba0d

Browse files
authored
Merge pull request #55 from statelyai/changeset-release/main
Version Packages
2 parents fb908af + f6183e1 commit 05fba0d

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/clean-cherries-attend.md

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @statelyai/agent
22

3+
## 1.1.6
4+
5+
### Patch Changes
6+
7+
- [#54](https://github.com/statelyai/agent/pull/54) [`140fdce`](https://github.com/statelyai/agent/commit/140fdceb879dea5a32f243e89a8d87a9c524e454) Thanks [@XavierDK](https://github.com/XavierDK)! - - Addressing an issue where the fullStream property was not properly copied when using the spread operator (...). The problem occurred because fullStream is an iterator, and as such, it was not included in the shallow copy of the result object.
8+
- Update all packages
9+
310
## 1.1.5
411

512
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statelyai/agent",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Stateful agents that make decisions based on finite-state machine models",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)