From 4026dd8706d1dc8f3e39840a00a865de29ad2131 Mon Sep 17 00:00:00 2001 From: Peter Leonov Date: Mon, 29 Jun 2026 22:36:50 +0200 Subject: [PATCH] chore(datatype-parser): bump version to 0.1.3 (#924) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps `@clickhouse/datatype-parser` from 0.1.2 → 0.1.3. The `# 0.1.3` CHANGELOG section is already on `main` (Node.js 18 support drop, `engines.node` raised to `>=20`, #906). This PR only bumps `package.json` so the version can be cut. Part of the standalone-package release flow (Part B of the `release` skill). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 (1M context) --- packages/datatype-parser/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/datatype-parser/package.json b/packages/datatype-parser/package.json index 7dd90846..3bd441d7 100644 --- a/packages/datatype-parser/package.json +++ b/packages/datatype-parser/package.json @@ -1,6 +1,6 @@ { "name": "@clickhouse/datatype-parser", - "version": "0.1.2", + "version": "0.1.3", "description": "Standalone ClickHouse data-type string parser — a TypeScript port of the chdt C++ library.", "license": "Apache-2.0", "type": "module",