Skip to content

Commit

Permalink
πŸš€ RELEASE: patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
msaaddev committed Nov 12, 2024
1 parent 1550ae8 commit bf3241f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/baseai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# baseai

## 0.9.25

### Patch Changes

- πŸ› FIX: Request timeout and special characters in description

## 0.9.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/baseai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "baseai",
"description": "The Web AI Framework Dev - BaseAI.dev",
"version": "0.9.24",
"version": "0.9.25",
"license": "UNLICENSED",
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `baseai` SDK

## 0.9.25

### Patch Changes

- πŸ› FIX: Request timeout and special characters in description

## 0.9.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseai/core",
"description": "The Web AI Framework's core - BaseAI.dev",
"version": "0.9.24",
"version": "0.9.25",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down

0 comments on commit bf3241f

Please sign in to comment.