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

chore(release): 4.3.0 [skip ci]

parent 0e44c5c2
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.3.0](https://gitlab.com/to-be-continuous/angular/compare/4.2.3...4.3.0) (2023-02-28)


### Features

* add support for NPM scoped registries authentication ([7e4ca31](https://gitlab.com/to-be-continuous/angular/commit/7e4ca313e24c93c3296038a87b9be137ec4c6dee))

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


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