@zeroheight/adoption-cli 3.7.0 → 4.0.0
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.
- package/CHANGELOG.md +4 -0
- package/dist/cli.js +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Release notes
|
|
2
2
|
|
|
3
|
+
## [4.0.0](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/4.0.0) - 23rd September 2025
|
|
4
|
+
|
|
5
|
+
- Add support for analyzing component usage in Angular projects
|
|
6
|
+
|
|
3
7
|
## [3.7.0](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/3.7.0) - 15th September 2025
|
|
4
8
|
|
|
5
9
|
- Fix issue with component usage data not being correctly sent to zeroheight
|