diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index efe1220..950fcfd 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.4" + ".": "2.3.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 473f69a..468ccce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ This file documents all notable changes, following the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format. +## [2.3.5](https://github.com/Doist/react-compiler-tracker/compare/react-compiler-tracker-v2.3.4...react-compiler-tracker-v2.3.5) (2026-06-01) + + +### Bug Fixes + +* **deps:** update babel monorepo to v7.29.7 ([#137](https://github.com/Doist/react-compiler-tracker/issues/137)) ([46397e2](https://github.com/Doist/react-compiler-tracker/commit/46397e297646358838413afef00722d2a5f21985)) +* **deps:** update dependency minimatch to v10.2.5 ([#109](https://github.com/Doist/react-compiler-tracker/issues/109)) ([dc30434](https://github.com/Doist/react-compiler-tracker/commit/dc30434001fda84052c826de6d2b6953043193c7)) + ## [2.3.4](https://github.com/Doist/react-compiler-tracker/compare/react-compiler-tracker-v2.3.3...react-compiler-tracker-v2.3.4) (2026-04-04) diff --git a/package-lock.json b/package-lock.json index 6f69367..c5bf625 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/react-compiler-tracker", - "version": "2.3.4", + "version": "2.3.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@doist/react-compiler-tracker", - "version": "2.3.4", + "version": "2.3.5", "license": "MIT", "dependencies": { "@babel/core": "7.29.7", diff --git a/package.json b/package.json index 487cc12..872ba77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@doist/react-compiler-tracker", - "version": "2.3.4", + "version": "2.3.5", "description": "A React Compiler violation tracker to help migrations and prevent regressions", "type": "module", "main": "dist/index.js",