From 5943318eaf23764eec3ff397ebb969613d728a95 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 28 Jul 2023 18:34:04 -0700 Subject: [PATCH] v3.3.5 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1059799..ac9bb03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v3.3.5](https://github.com/jsx-eslint/jsx-ast-utils/compare/v3.3.4...v3.3.5) - 2023-07-28 + +### Fixed + +- [Fix] `extractProp`: support `JSXFragment` [`#132`](https://github.com/jsx-eslint/jsx-ast-utils/issues/132) + +### Commits + +- [Dev Deps] update `@babel/core`, `@babel/eslint-parser`, `@babel/parser`, `eslint` [`e5555d1`](https://github.com/jsx-eslint/jsx-ast-utils/commit/e5555d152dbe1e85324139756f637e65fe047976) +- [Tests] fix a test [`bde3ba9`](https://github.com/jsx-eslint/jsx-ast-utils/commit/bde3ba9c9dc294d5472eefa0b3f31ab0e1aed739) + ## [v3.3.4](https://github.com/jsx-eslint/jsx-ast-utils/compare/v3.3.3...v3.3.4) - 2023-06-28 ### Commits diff --git a/package.json b/package.json index 40f7947..f77b766 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsx-ast-utils", - "version": "3.3.4", + "version": "3.3.5", "description": "AST utility module for statically analyzing JSX", "main": "lib/index.js", "scripts": {