Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/native-image-feedback.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@reddb-io/redcode-workspace",
"version": "0.22.0",
"version": "0.22.1",
"description": "RedDB's AI-powered development tool",
"private": true,
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/redcode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# opencode

## 0.22.1

### Patch Changes

- c259e75: Fix image import and resizing in compiled binaries by matching the embedded Photon WASM loader contract. Report decoder failures clearly, and let whiteboard feedback retry a failed image upload without losing the annotation or leaving the queue button disabled.

## 0.22.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/redcode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "0.22.0",
"version": "0.22.1",
"name": "@reddb-io/redcode",
"type": "module",
"license": "MIT",
Expand Down
Loading