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

chore(release): 4.2.1 [skip ci]

parent 069e8f0f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.2.1](https://gitlab.com/to-be-continuous/angular/compare/4.2.0...4.2.1) (2022-12-11)


### Bug Fixes

* build doesn't fail if not report found & fix reports path ([9dea336](https://gitlab.com/to-be-continuous/angular/commit/9dea3365d49e29a2f8094bbd0b1f5e1666177629))

# [4.2.0](https://gitlab.com/to-be-continuous/angular/compare/4.1.1...4.2.0) (2022-12-05)


+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: '4.2.0'
    ref: '4.2.1'
    file: '/templates/gitlab-ci-angular.yml'
```

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