Skip to content

Commit

Permalink
version: 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Sep 20, 2024
1 parent f94de87 commit 1f543ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# apollo

## 0.5.1

### Patch Changes

- Temporarily disable embeddings in build (search is disabled anyway)

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo",
"module": "platform/index.ts",
"version": "0.5.0",
"version": "0.5.1",
"type": "module",
"scripts": {
"start": "NODE_ENV=production bun platform/src/index.ts",
Expand Down

0 comments on commit 1f543ab

Please sign in to comment.