From 5e3b6c978f18112d273f3bfc524fa9717990b8a0 Mon Sep 17 00:00:00 2001 From: "flex-development[bot]" <148604919+flex-development[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 00:02:08 +0000 Subject: [PATCH] release: 1.2.0 Signed-off-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 952f5852..080a49c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.2.0](https://github.com/flex-development/unist-util-types/compare/1.1.0...1.2.0) (2024-03-17) + +### :sparkles: Features + +- [[`8270a6e`](https://github.com/flex-development/unist-util-types/commit/8270a6e1c8a085c4b0a102fd6cf9d9d8418e2076)] `Match`, `MatchInclusiveDescendant` +- [[`85bf244`](https://github.com/flex-development/unist-util-types/commit/85bf2440f16927186c8e74517288c6d26e8651a7)] `Test`, `TestFunction` +- [[`44293c1`](https://github.com/flex-development/unist-util-types/commit/44293c1ce3ab5e531582068f940dd3ade73beb19)] `Type` + ## [1.1.0](https://github.com/flex-development/unist-util-types/compare/1.0.0...1.1.0) (2024-03-15) ### :package: Build @@ -51,3 +59,4 @@ + diff --git a/package.json b/package.json index f8f92dd1..5433ff7d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flex-development/unist-util-types", "description": "unist utility types", - "version": "1.1.0", + "version": "1.2.0", "keywords": [ "ast", "syntax-tree",