From 5e0b7e54707acd02929b2d04c100239a6d71141a Mon Sep 17 00:00:00 2001 From: Jon Bogaty Date: Tue, 24 Feb 2026 19:01:44 -0600 Subject: [PATCH] chore(main): release 1.0.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e8cc2a..133eb10 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 adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.3](https://github.com/jbcom/thumbcode/compare/v1.0.2...v1.0.3) (2026-02-25) + + +### Bug Fixes + +* complete Tailwind v4, React 19, OpenAI v6 migrations and automerge PAT ([#167](https://github.com/jbcom/thumbcode/issues/167)) ([ef4b25c](https://github.com/jbcom/thumbcode/commit/ef4b25c024dc13237fac4f2eafe1b7ff6db9d2f7)) + ## [1.0.2](https://github.com/jbcom/thumbcode/compare/v1.0.1...v1.0.2) (2026-02-25) diff --git a/package.json b/package.json index 26704ed..7b8c71a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thumbcode", - "version": "1.0.2", + "version": "1.0.3", "packageManager": "pnpm@10.11.0", "description": "Code with your thumbs. A decentralized multi-agent mobile development platform.", "scripts": {