Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 16:43
· 114 commits to master since this release

4.0.0 (2021-08-21)

⚠ BREAKING CHANGES

  • angular: Now you must have a tsconfig.json file in the root of the project. Inside it, include all projects files ("include": ["projects/**/*.ts"])

Bug Fixes

  • angular: install deps (2e50f70)
  • angular: use tsconfig.json instead of tsconfig.app.json (462e140)

Improvements

  • angular: update sonarjs plugin (816c3ee)