Browse Source

release: v1.1.1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
handoff-20260429-1057
shrimbly 4 months ago
parent
commit
b2e543a39c
  1. 13
      CHANGELOG.md
  2. 2
      package.json

13
CHANGELOG.md

@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
## [1.1.1] - 2026-03-12
### Fixed
- Ensure auto-routed prompts retain correct individual item text
- Add rounded corners to ImageInput image and InlineParameterPanel settings
### Other
- Increase ArrayNode top padding to match side padding
- Add top padding and max-width to ArrayNode top fields
- Update ArrayNode layout to match new design language
## [1.1.0] - 2026-03-12
### Added

2
package.json

@ -1,6 +1,6 @@
{
"name": "node-banana",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "node server.js",

Loading…
Cancel
Save