Commit d89ba58f authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 4.0.0 [skip ci]

# [4.0.0](https://gitlab.com/to-be-continuous/angular/compare/3.2.1...4.0.0) (2022-10-20)

### Features

* support Angular 14 ([a2905139](https://gitlab.com/to-be-continuous/angular/commit/a290513955107c2d80ef242290984f1c52c58fec))

### BREAKING CHANGES

* in a multi module project, now the template build all projects by default (still customizable)
parent 6bd925c0
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [4.0.0](https://gitlab.com/to-be-continuous/angular/compare/3.2.1...4.0.0) (2022-10-20)


### Features

* support Angular 14 ([a290513](https://gitlab.com/to-be-continuous/angular/commit/a290513955107c2d80ef242290984f1c52c58fec))


### BREAKING CHANGES

* in a multi module project, now the template build all projects by default (still customizable)

## [3.2.1](https://gitlab.com/to-be-continuous/angular/compare/3.2.0...3.2.1) (2022-10-14)


+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/angular'
    ref: '3.2.1'
    ref: '4.0.0'
    file: '/templates/gitlab-ci-angular.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -420,7 +420,7 @@ stages:
  image: $NG_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "angular", "3.2.1"]
      command: ["--service", "angular", "4.0.0"]
  # cache configuration
  cache:
    key: "$CI_COMMIT_REF_SLUG-angular"