Skip to content

Commit 8b29c35

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.6.0...v4.0.0) (2024-05-01) ### Features * 🎸 improve type detection ([974e74e](974e74e)) ### BREAKING CHANGES * 🧨 Type now returns a string or inferred
1 parent 03e7b5b commit 8b29c35

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0](https://github.com/angular-experts-io/ng-parsel/compare/v3.6.0...v4.0.0) (2024-05-01)
2+
3+
4+
### Features
5+
6+
* 🎸 improve type detection ([974e74e](https://github.com/angular-experts-io/ng-parsel/commit/974e74e58c14b8f23f569de21f4744e5c123eb38))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* 🧨 Type now returns a string or inferred
12+
113
# [3.6.0](https://github.com/angular-experts-io/ng-parsel/compare/v3.5.1...v3.6.0) (2024-05-01)
214

315

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": "3.6.0",
3+
"version": "4.0.0",
44
"description": "Tool that transforms Angular codebase to JSON representation",
55
"type": "module",
66
"publishConfig": {

0 commit comments

Comments
 (0)