From 4d6789cd1ef73f7b4978df324c96b92145baea4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 07:48:50 +0000 Subject: [PATCH] chore(main): release wootty 0.2.8 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 054e8bc..e7cf9b3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.7" + ".": "0.2.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0312ef5..7d1ced3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.8](https://github.com/icoretech/wootty/compare/wootty-v0.2.7...wootty-v0.2.8) (2026-03-02) + + +### Bug Fixes + +* **web:** apply biome assist import-order and unused import fixes ([f33de1b](https://github.com/icoretech/wootty/commit/f33de1bcea7ba8e75e507b86b5ee409121208f77)) + ## [0.2.7](https://github.com/icoretech/wootty/compare/wootty-v0.2.6...wootty-v0.2.7) (2026-03-02) diff --git a/package.json b/package.json index 80b253a..3cf7867 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wootty", "private": true, - "version": "0.2.7", + "version": "0.2.8", "description": "WooTTY: modern web terminal with resilient PTY sessions", "packageManager": "pnpm@10.30.0", "engines": {