Skip to content

Commit e7985f8

Browse files
committed
Bump version
1 parent feed765 commit e7985f8

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vscode-client/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ All notable changes to the React Compiler Marker VS Code/Cursor plugin will be d
44

55
## [Unreleased]
66
### Added
7-
- **Respect .gitignore**: New `respectGitignore` setting to honor .gitignore rules when scanning files for report generation (enabled by default)
7+
-
88

99
### Changed
1010
-
1111

1212
---
1313

14+
## [2.1.2] - 2026-03-15
15+
16+
- **Respect .gitignore**: New `respectGitignore` setting to honor .gitignore rules when scanning files for report generation (enabled by default)
17+
1418
## [2.1.1] - 2026-02-23
1519
### Added
1620
- **Reports sidebar**: Dedicated activity bar tab with reports list and a welcome view for generating reports

packages/vscode-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-compiler-marker",
33
"displayName": "React Compiler Marker ✨",
44
"description": "Highlights components optimized by the React Compiler, providing visual cues to make the optimization process more transparent during development.",
5-
"version": "2.1.1",
5+
"version": "2.1.2",
66
"author": "Blazej Kustra <kustrablazej@gmail.com>",
77
"publisher": "blazejkustra",
88
"license": "MIT",

0 commit comments

Comments
 (0)