Skip to content

Commit feed765

Browse files
chore(intellij): bump version to 1.0.1
1 parent 0968d90 commit feed765

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

packages/intellij-client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ All notable changes to the React Compiler Marker WebStorm/IntelliJ plugin will b
88

99
---
1010

11+
## [1.0.1] - 2026-03-14
12+
### Added
13+
- **Respect .gitignore**: New setting to honor .gitignore rules when scanning files for report generation (enabled by default)
14+
1115
## [1.0.0] - 2026-02-23
1216
Stable release! 🎉
1317

packages/intellij-client/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.blazejkustra.reactcompilermarker
44
pluginName = React Compiler Marker
55
pluginRepositoryUrl = https://github.com/blazejkustra/react-compiler-marker
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.0.0
7+
pluginVersion = 1.0.1
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 252

0 commit comments

Comments
 (0)