diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd25371..857e213 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.18" + ".": "0.2.19" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b1c5a0..7489439 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.19](https://github.com/icoretech/wootty/compare/wootty-v0.2.18...wootty-v0.2.19) (2026-06-22) + + +### Bug Fixes + +* **deps:** update lucide monorepo to ^1.20.0 ([#137](https://github.com/icoretech/wootty/issues/137)) ([21ab0d3](https://github.com/icoretech/wootty/commit/21ab0d3b44a51e69c5e1401b5e2499f09a339f7c)) +* **deps:** update lucide monorepo to ^1.21.0 ([#141](https://github.com/icoretech/wootty/issues/141)) ([09d803e](https://github.com/icoretech/wootty/commit/09d803eb034ffd69e1bbe30a29f7e0fcf841fa3a)) + ## [0.2.18](https://github.com/icoretech/wootty/compare/wootty-v0.2.17...wootty-v0.2.18) (2026-06-13) diff --git a/package.json b/package.json index e49ccfb..49c45ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wootty", "private": true, - "version": "0.2.18", + "version": "0.2.19", "description": "WooTTY: modern web terminal with resilient PTY sessions", "packageManager": "pnpm@11.8.0", "engines": {