Skip to content

Commit

Permalink
chore: release 0.0.61
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <toomas2d@gmail.com>
  • Loading branch information
Tomas2D committed Feb 3, 2025
1 parent 7994282 commit e7ad122
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.0.61](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.60...v0.0.61) (2025-02-03)

### Features

- **emitter:** allow context override ([76b6442](https://github.com/i-am-bee/bee-agent-framework/commit/76b64426bc7e65b0166f8cb63ef723793ac84b59))
- **emitter:** update event matching conditions ([7994282](https://github.com/i-am-bee/bee-agent-framework/commit/7994282f8541ec67dd0d6c93a2b0ead0dc1dac39))

### Bug Fixes

- **agents:** add missing isRunning check ([beca613](https://github.com/i-am-bee/bee-agent-framework/commit/beca6134eec9a42cae0168a521b9936ec094c7d0))

## [0.0.60](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.59...v0.0.60) (2025-02-03)

### Features
Expand Down
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.0.61](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.60...v0.0.61) (2025-02-03)

### Features

- **emitter:** allow context override ([76b6442](https://github.com/i-am-bee/bee-agent-framework/commit/76b64426bc7e65b0166f8cb63ef723793ac84b59))
- **emitter:** update event matching conditions ([7994282](https://github.com/i-am-bee/bee-agent-framework/commit/7994282f8541ec67dd0d6c93a2b0ead0dc1dac39))

### Bug Fixes

- **agents:** add missing isRunning check ([beca613](https://github.com/i-am-bee/bee-agent-framework/commit/beca6134eec9a42cae0168a521b9936ec094c7d0))

## [0.0.60](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.59...v0.0.60) (2025-02-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bee-agent-framework",
"version": "0.0.60",
"version": "0.0.61",
"license": "Apache-2.0",
"description": "Bee - LLM Agent Framework",
"author": "IBM Corp.",
Expand Down

0 comments on commit e7ad122

Please sign in to comment.