From a1ca1fc7cf5e3c843e792c6c5a4b0c15fdfebdde Mon Sep 17 00:00:00 2001 From: "flex-development[bot]" <148604919+flex-development[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 00:57:37 +0000 Subject: [PATCH] release: 1.0.0-alpha.6 Signed-off-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com> --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a9d7e..898842a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## [1.0.0-alpha.6](https://github.com/flex-development/fsm-tokenizer/compare/1.0.0-alpha.5...1.0.0-alpha.6) (2026-05-22) + +### ⚠ BREAKING CHANGES + +- **ts:** `Options#initial` -> `Options#initialize` + +### :package: Build + +- [[`b1a080e`](https://github.com/flex-development/fsm-tokenizer/commit/b1a080e59561016c0e749e362b5f66fa616e0df1)] **deps-dev:** bump rollup from 4.60.3 to 4.60.4 ([#341](https://github.com/flex-development/fsm-tokenizer/issues/341)) +- [[`bceba21`](https://github.com/flex-development/fsm-tokenizer/commit/bceba2191fda94857cf79ca9bb4750541a0667ac)] **deps-dev:** bump the vitest group with 3 updates ([#344](https://github.com/flex-development/fsm-tokenizer/issues/344)) +- [[`534d992`](https://github.com/flex-development/fsm-tokenizer/commit/534d9923e7923669276e25341ad566ae50e386b9)] **ts:** `rewriteRelativeImportExtensions` + +### :robot: Continuous Integration + +- [[`ea2df98`](https://github.com/flex-development/fsm-tokenizer/commit/ea2df9857f2c96349e644f67348c7faaf1026394)] **deps:** bump codecov/codecov-action from 6.0.0 to 6.0.1 ([#342](https://github.com/flex-development/fsm-tokenizer/issues/342)) + +### :pencil: Documentation + +- [[`29430db`](https://github.com/flex-development/fsm-tokenizer/commit/29430dbe6e8e0bf864187ab4a1466b58e4e13206)] add bundlephobia badges + +### :sparkles: Features + +- [[`36e3b82`](https://github.com/flex-development/fsm-tokenizer/commit/36e3b82c2586bdf8670d8ab74c904d4476046266)] **enums:** `chars.questionMark`, `codes.questionMark` + +### :mechanical_arm: Refactors + +- [[`43605bc`](https://github.com/flex-development/fsm-tokenizer/commit/43605bc5372e208e0b23895a29bd3cf83085565d)] **ts:** `Options#initial` -> `Options#initialize` + ## [1.0.0-alpha.5](https://github.com/flex-development/fsm-tokenizer/compare/1.0.0-alpha.4...1.0.0-alpha.5) (2026-05-14) ### :pencil: Documentation @@ -603,3 +631,4 @@ + diff --git a/package.json b/package.json index 215b04a..103914e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flex-development/fsm-tokenizer", "description": "finite state machine tokenizer", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "keywords": [ "finite", "fsm",