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

chore(release): 4.3.1 [skip ci]

parent 4f10adb1
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.3.1](https://gitlab.com/to-be-continuous/angular/compare/4.3.0...4.3.1) (2023-03-26)


### Bug Fixes

* **doc:** Update NG_TEST_ARGS documentation ([bf65061](https://gitlab.com/to-be-continuous/angular/commit/bf65061a4e1d781da3f327c05fad8db3152a54ee))

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


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