From c6e08e51f77a774c3e9fee79a391989973f556fa Mon Sep 17 00:00:00 2001 From: "flex-development[bot]" <148604919+flex-development[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 03:17:52 +0000 Subject: [PATCH] release: 1.0.0-alpha.14 Signed-off-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f994475..8cd58af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [1.0.0-alpha.14](https://github.com/flex-development/mark-parser/compare/1.0.0-alpha.13...1.0.0-alpha.14) (2026-07-27) + +### ⚠ BREAKING CHANGES + +- lifecycle hooks + +### :package: Build + +- [[`224e8a1`](https://github.com/flex-development/mark-parser/commit/224e8a14870cb4263b2d6f5568217ca7ebafc605)] **deps-dev:** bump rollup from 4.62.2 to 4.62.3 ([#411](https://github.com/flex-development/mark-parser/issues/411)) +- [[`7d49904`](https://github.com/flex-development/mark-parser/commit/7d4990411b3272541b9a95a1dfb0b39e74bde4a5)] **deps:** bump postcss from 8.5.15 to 8.5.23 ([#408](https://github.com/flex-development/mark-parser/issues/408)) +- [[`1b90512`](https://github.com/flex-development/mark-parser/commit/1b90512d8342adcc291512140cec60d4e50a7ed7)] **deps:** bump tar from 7.5.20 to 7.5.22 ([#409](https://github.com/flex-development/mark-parser/issues/409)) + +### :sparkles: Features + +- [[`ee3bd9b`](https://github.com/flex-development/mark-parser/commit/ee3bd9b181a938ed0f62ed4a2adb99d25fa7a6b7)] lifecycle hooks + ## [1.0.0-alpha.13](https://github.com/flex-development/mark-parser/compare/1.0.0-alpha.12...1.0.0-alpha.13) (2026-07-25) ### :package: Build @@ -783,3 +799,4 @@ + diff --git a/package.json b/package.json index 2dbe219..250e735 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flex-development/mark-parser", "description": "finite state machine tokenizer", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "keywords": [ "fsm", "lexer",