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

chore(release): 4.2.2 [skip ci]

parent bbbcd884
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.2.2](https://gitlab.com/to-be-continuous/angular/compare/4.2.1...4.2.2) (2023-01-27)


### Bug Fixes

* Add registry name in all Docker images ([bbbcd88](https://gitlab.com/to-be-continuous/angular/commit/bbbcd88462922fac1a0daec443827141f26bc8aa))

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


+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.1'
    ref: '4.2.2'
    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.1"]
      command: ["--service", "angular", "4.2.2"]
  # cache configuration
  cache:
    key: "$CI_COMMIT_REF_SLUG-angular"