react-dev-insight 1.0.0 → 1.0.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -241,7 +241,7 @@ A hook for fine-grained tracking control.
241
241
 
242
242
  ## 🤝 Contributing
243
243
 
244
- We welcome community contributions! Please read our [Contributing Guidelines](CONTRIBUTING.md) to get started.
244
+ We welcome community contributions! Please read our [Contributing Guidelines](https://github.com/santhoshkumar7300/react-dev-insight/blob/main/CONTRIBUTING.md) to get started.
245
245
 
246
246
  1. Fork the repository.
247
247
  2. Create a feature branch (`git checkout -b feature/amazing-feature`).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dev-insight",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A lightweight React developer experience plugin that visually shows component re-render highlights and prop changes.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",