From 2a6ca3e4c1a128c06711fd3c3c84baeb0c4e595b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 16:03:56 +0000 Subject: [PATCH] chore(main): release wootty 0.2.13 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf1a075..45f2163 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.12" + ".": "0.2.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 16da7ef..a207955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.13](https://github.com/icoretech/wootty/compare/wootty-v0.2.12...wootty-v0.2.13) (2026-04-14) + + +### Bug Fixes + +* **deps:** update dependency lucide-react to ^1.8.0 ([#64](https://github.com/icoretech/wootty/issues/64)) ([297f7c2](https://github.com/icoretech/wootty/commit/297f7c20f913030438ab8c185a3b1e6a7a3eaae9)) +* **deps:** update frontend-runtime to ^19.2.5 ([#61](https://github.com/icoretech/wootty/issues/61)) ([c2291d9](https://github.com/icoretech/wootty/commit/c2291d9b1f45a6b5881efde5acc9ec3ff1f0e2c1)) + ## [0.2.12](https://github.com/icoretech/wootty/compare/wootty-v0.2.11...wootty-v0.2.12) (2026-03-29) diff --git a/package.json b/package.json index 84ca3ff..6bab075 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wootty", "private": true, - "version": "0.2.12", + "version": "0.2.13", "description": "WooTTY: modern web terminal with resilient PTY sessions", "packageManager": "pnpm@10.33.0", "engines": {