Skip to content

Commit 84accd6

Browse files
chore(release): 5.3.2 [skip ci]
## [5.3.2](v5.3.1...v5.3.2) (2025-08-25) ### Bug Fixes * 🐛 handle undefined file paths in component parser ([7607313](7607313))
1 parent 34f9e4f commit 84accd6

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.3.2](https://github.com/angular-experts-io/ng-parsel/compare/v5.3.1...v5.3.2) (2025-08-25)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 handle undefined file paths in component parser ([7607313](https://github.com/angular-experts-io/ng-parsel/commit/76073130413a51d2e0a0445c83f4711a3a1cc03b))
7+
18
## [5.3.1](https://github.com/angular-experts-io/ng-parsel/compare/v5.3.0...v5.3.1) (2025-06-23)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-experts/ng-parsel",
3-
"version": "5.3.1",
3+
"version": "5.3.2",
44
"description": "Tool that transforms Angular codebase to JSON representation",
55
"type": "module",
66
"publishConfig": {

0 commit comments

Comments
 (0)