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

chore(release): 4.2.3 [skip ci]

## [4.2.3](https://gitlab.com/to-be-continuous/angular/compare/4.2.2...4.2.3) (2023-02-19)

### Bug Fixes

* **test:** place test CLI options in the configurable variable to give the possibility of using Jest instead Karma ([db6665d4](https://gitlab.com/to-be-continuous/angular/commit/db6665d47171fee763ab31b3d96c7265fe1970c5))
parent e47213a5
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.2.3](https://gitlab.com/to-be-continuous/angular/compare/4.2.2...4.2.3) (2023-02-19)


### Bug Fixes

* **test:** place test CLI options in the configurable variable to give the possibility of using Jest instead Karma ([db6665d](https://gitlab.com/to-be-continuous/angular/commit/db6665d47171fee763ab31b3d96c7265fe1970c5))

## [4.2.2](https://gitlab.com/to-be-continuous/angular/compare/4.2.1...4.2.2) (2023-01-27)


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

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