Skip to content

Commit

Permalink
chore(release): 0.23.0
Browse files Browse the repository at this point in the history
# [0.23.0](v0.22.0...v0.23.0) (2024-12-30)

### Bug Fixes

* **apps:** Add knowledge app ([6ff9b30](6ff9b30))
* **apps:** Remove env variables in names because they won't exist ([95c9151](95c9151))

### Features

* **server:** Prevent execution and task deletion when billing disabled ([1329a67](1329a67))
* **ui:** Add ability to delete conversation ([4baedd0](4baedd0))
  • Loading branch information
semantic-release-bot committed Dec 30, 2024
1 parent 95c9151 commit 6f65fde
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.23.0](https://github.com/lecca-digital/lecca-io/compare/v0.22.0...v0.23.0) (2024-12-30)


### Bug Fixes

* **apps:** Add knowledge app ([6ff9b30](https://github.com/lecca-digital/lecca-io/commit/6ff9b308e8b4b1fcb60d27d89a033cb5beed0089))
* **apps:** Remove env variables in names because they won't exist ([95c9151](https://github.com/lecca-digital/lecca-io/commit/95c915113113bf5119907b0241cd358e692c3341))


### Features

* **server:** Prevent execution and task deletion when billing disabled ([1329a67](https://github.com/lecca-digital/lecca-io/commit/1329a67513ff8de3f821d211d73e756b73af08c3))
* **ui:** Add ability to delete conversation ([4baedd0](https://github.com/lecca-digital/lecca-io/commit/4baedd092485044cfbb78333fe329df708c41ff3))

# [0.22.0](https://github.com/lecca-digital/lecca-io/compare/v0.21.0...v0.22.0) (2024-12-29)


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": "lecca-io",
"version": "0.22.0",
"version": "0.23.0",
"license": "Apache-2.0 with Commons Clause",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lecca-io/apps",
"version": "0.22.0",
"version": "0.23.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lecca-io/toolkit",
"version": "0.22.0",
"version": "0.23.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 6f65fde

Please sign in to comment.