Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed May 1, 2024
1 parent 03e7b5b commit 8b29c35
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.0.0](https://github.com/angular-experts-io/ng-parsel/compare/v3.6.0...v4.0.0) (2024-05-01)


### Features

* 🎸 improve type detection ([974e74e](https://github.com/angular-experts-io/ng-parsel/commit/974e74e58c14b8f23f569de21f4744e5c123eb38))


### BREAKING CHANGES

* 🧨 Type now returns a string or inferred

# [3.6.0](https://github.com/angular-experts-io/ng-parsel/compare/v3.5.1...v3.6.0) (2024-05-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-experts/ng-parsel",
"version": "3.6.0",
"version": "4.0.0",
"description": "Tool that transforms Angular codebase to JSON representation",
"type": "module",
"publishConfig": {
Expand Down

0 comments on commit 8b29c35

Please sign in to comment.