From 5ab734b5355f01be896caf208fa32d59a7f5d029 Mon Sep 17 00:00:00 2001 From: "flex-development[bot]" <148604919+flex-development[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 22:56:35 +0000 Subject: [PATCH] release: 1.0.0-alpha.5 (#20) Signed-off-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com> Co-authored-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com> --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe8486..d1d50d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [1.0.0-alpha.5](https://github.com/flex-development/esast/compare/1.0.0-alpha.4...1.0.0-alpha.5) (2024-03-15) + +### :package: Build + +- [[`a66cec6`](https://github.com/flex-development/esast/commit/a66cec6fd659434d72cb793b55e99aae58acac23)] **deps-dev:** Bump esbuild from 0.20.1 to 0.20.2 ([#19](https://github.com/flex-development/esast/issues/19)) +- [[`949d7c1`](https://github.com/flex-development/esast/commit/949d7c105f304e12ff3126c7092252fe75873283)] **deps-peer:** bump @flex-development/unist-util-types from 1.0.0 to 1.1.0 + +### :pencil: Documentation + +- [[`5b0efc7`](https://github.com/flex-development/esast/commit/5b0efc71f83ba3353eb349e94e5da747d2e46264)] [contributing] fix commitlint config reference + +### :sparkles: Features + +- [[`f91b7cc`](https://github.com/flex-development/esast/commit/f91b7cc9b47ffb2fc7868a939582c7e9395bd58b)] **nodes:** leading and trailing comments +- [[`0075a66`](https://github.com/flex-development/esast/commit/0075a668669f041ee6ff79b43ebfda245778b6e2)] **types:** `Comments` + +### :mechanical_arm: Refactors + +- [[`e87402e`](https://github.com/flex-development/esast/commit/e87402e07cae9c035ec5572e64404ebe627a0d15)] comment parents + ## [1.0.0-alpha.4](https://github.com/flex-development/esast/compare/1.0.0-alpha.3...1.0.0-alpha.4) (2024-03-13) ### ⚠ BREAKING CHANGES @@ -197,3 +217,4 @@ + diff --git a/package.json b/package.json index 4f31575..ee2171a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flex-development/esast", "description": "ECMAScript Abstract Syntax Tree format", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "keywords": [ "ast", "ecmascript",