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

chore(release): 4.9.1 [skip ci]

parent 31cd26a7
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
## [4.9.1](https://gitlab.com/to-be-continuous/angular/compare/4.9.0...4.9.1) (2024-08-09)


### Bug Fixes

* replace broken cobertura-merge with merge-cobertura ([9e80d66](https://gitlab.com/to-be-continuous/angular/commit/9e80d66b8f8d111253293f51770090d1f0100634))
* unrelated URL update for Angular CLI ([b5e527e](https://gitlab.com/to-be-continuous/angular/commit/b5e527e54426dcfe6ec7e4c51f39c1be04b8fca0))

# [4.9.0](https://gitlab.com/to-be-continuous/angular/compare/4.8.2...4.9.0) (2024-05-21)


+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/angular/gitlab-ci-angular@4.9.0
  - component: gitlab.com/to-be-continuous/angular/gitlab-ci-angular@4.9.1
    # 2: set/override component inputs
    inputs:
      cli-image: "registry.hub.docker.com/trion/ng-cli-karma:16.2.9" # ⚠ this is only an example
@@ -28,7 +28,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/angular'
    ref: '4.9.0'
    ref: '4.9.1'
    file: '/templates/gitlab-ci-angular.yml'

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