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": {