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

chore(release): 4.3.2 [skip ci]

parent 25ee7634
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.3.2](https://gitlab.com/to-be-continuous/angular/compare/4.3.1...4.3.2) (2023-03-28)


### Bug Fixes

* **sbom:** add CycloneDX report ([25ee763](https://gitlab.com/to-be-continuous/angular/commit/25ee763452c26587c280f42db376db5a183d0f52))

## [4.3.1](https://gitlab.com/to-be-continuous/angular/compare/4.3.0...4.3.1) (2023-03-26)


+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,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.3.1'
    ref: '4.3.2'
    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.3.1"]
      command: ["--service", "angular", "4.3.2"]
  # cache configuration
  cache:
    key: "$CI_COMMIT_REF_SLUG-angular"