diff --git a/CHANGELOG.md b/CHANGELOG.md index 282f00a..e282472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [1.11.0] - 2025-06-25 + +- add reference tracking for wrapper functions in vanilla-extract style objects +- implement ReferenceTracker class for detecting vanilla-extract imports +- add createReferenceBasedNodeVisitors for automatic function detection +- support wrapper functions with parameter mapping enable all lint rules to work with custom wrapper functions + ## [1.10.0] - 2025-04-19 - confirm compatibility with ESLint 8.57.0