nextjs-ide-helper 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -174,8 +174,14 @@ MIT
174
174
 
175
175
  ## Changelog
176
176
 
177
+ ### 1.1.3
178
+ updated readme
179
+
180
+ ### 1.1.2
181
+ - Added support for multiple IDEs (Cursor, VS Code, WebStorm, Atom)
182
+
177
183
  ### 1.0.0
178
184
  - Initial release
179
185
  - Automatic component wrapping
180
186
  - TypeScript support
181
- - Hydration-safe implementation
187
+ - Hydration-safe implementation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextjs-ide-helper",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "A Next.js plugin that automatically adds IDE buttons to React components for seamless IDE integration. Supports Cursor, VS Code, WebStorm, and Atom.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",